Searched refs:thrown (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/util/
H A DBase64OutputStream.java105 IOException thrown = null;
110 thrown = e;
120 if (thrown != null) {
121 thrown = e;
125 if (thrown != null) {
126 throw thrown;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
H A DTlvBufferUtilsTest.java38 public ExpectedException thrown = ExpectedException.none(); field in class:TlvBufferUtilsTest
135 thrown.expect(IllegalArgumentException.class);
141 thrown.expect(IllegalArgumentException.class);
147 thrown.expect(IllegalArgumentException.class);
153 thrown.expect(IllegalArgumentException.class);
159 thrown.expect(IllegalArgumentException.class);
168 thrown.expect(IllegalArgumentException.class);
178 thrown.expect(IllegalArgumentException.class);
188 thrown.expect(IllegalArgumentException.class);
198 thrown
[all...]
H A DWifiNanManagerTest.java44 public ExpectedException thrown = ExpectedException.none(); field in class:WifiNanManagerTest
70 thrown.expect(IllegalArgumentException.class);
77 thrown.expect(IllegalArgumentException.class);
83 thrown.expect(IllegalArgumentException.class);
89 thrown.expect(IllegalArgumentException.class);
95 thrown.expect(IllegalArgumentException.class);
101 thrown.expect(IllegalArgumentException.class);
107 thrown.expect(IllegalArgumentException.class);
113 thrown.expect(IllegalArgumentException.class);
119 thrown
[all...]
/frameworks/base/core/java/com/android/internal/logging/
H A DAndroidHandler.java92 Throwable thrown = r.getThrown();
93 if (thrown != null) {
98 thrown.printStackTrace(pw);
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/
H A DIntermediateClass.java82 public static int get5(Throwable thrown) { argument
84 ClassInSecondaryDex.canThrowAll(thrown);
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java1508 fail("ActivityNotFoundException was not thrown");
1521 Exception thrown = null;
1526 thrown = e;
1528 assertNotNull("Exception was not thrown", thrown);
1529 assertEquals("Exception type different", expectedException, thrown.getClass());
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2341 milliseconds