| /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/ |
| ImapElement.java | 98 /** Throws {@link RuntimeException} if it's already destroyed. */ 101 throw new RuntimeException("Already destroyed");
|
| /packages/apps/Email/provider_src/com/android/email/mail/store/imap/ |
| ImapElement.java | 93 * Throws {@link RuntimeException} if it's already destroyed. 97 throw new RuntimeException("Already destroyed");
|
| /packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
| GenericPdu.java | 65 * RuntimeException if field's value is not Octet. 85 * RuntimeException if field's value is not Octet.
|
| /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
| GenericPdu.java | 67 * @throws RuntimeException if field's value is not Octet. 87 * @throws RuntimeException if field's value is not Octet.
|
| /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
| CursorBackedSuggestionExtras.java | 53 } catch (RuntimeException ex) { 99 } catch (RuntimeException ex) {
|
| /packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/ |
| TvSettingsRobolectricTestRunner.java | 69 throw new RuntimeException("TvSettingsRobolectricTestRunner failure", e); 77 throw new RuntimeException("TvSettingsRobolectricTestRunner failure", e);
|
| /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
| AddressListParser.java | 119 if (jjte000 instanceof RuntimeException) { 120 {if (true) throw (RuntimeException)jjte000;} 177 if (jjte000 instanceof RuntimeException) { 178 {if (true) throw (RuntimeException)jjte000;} 223 if (jjte000 instanceof RuntimeException) { 224 {if (true) throw (RuntimeException)jjte000;} 254 if (jjte000 instanceof RuntimeException) { 255 {if (true) throw (RuntimeException)jjte000;} 317 if (jjte000 instanceof RuntimeException) { 318 {if (true) throw (RuntimeException)jjte000; [all...] |
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
| TouchPositionCorrection.java | 34 throw new RuntimeException( 60 throw new RuntimeException(
|
| /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
| Compress.java | 53 throw new RuntimeException("Too many arguments for command " + COMMAND); 82 throw new RuntimeException("Too many arguments for command " + COMMAND);
|
| Package.java | 49 throw new RuntimeException("Too many/too few arguments for command " + COMMAND); 80 throw new RuntimeException("Too many/too few arguments for command " + COMMAND);
|
| /packages/services/Car/tests/robotests/src/com/android/car/ |
| CarServiceRobolectricTestRunner.java | 59 throw new RuntimeException("CarServiceRobolectricTestRunner failure", e); 67 throw new RuntimeException("CarServiceRobolectricTestRunner failure", e);
|
| /platform_testing/libraries/junitxml/src/com/android/junitxml/ |
| JUnitXmlRunner.java | 71 throw new RuntimeException(e); 80 throw new RuntimeException(e);
|
| /test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
| BusinessLogic.java | 91 * If one or more rule lists trigger failure, rethrow RuntimeException with a list containing 95 Map<String, RuntimeException> failedMap = new HashMap<>(); 96 Map<String, RuntimeException> skippedMap = new HashMap<>(); 103 } catch (RuntimeException re) { 121 * Helper to aggregate the messages of many {@link RuntimeException}s, and optionally their 128 private static void throwAggregatedException(Map<String, RuntimeException> exceptions, 137 RuntimeException re = exceptions.get(description); 146 throw new RuntimeException(msg.toString());
|
| /tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/ |
| SandboxedInvocationExecution.java | 44 throw new RuntimeException( 58 throw new RuntimeException(
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/ |
| SandboxInvocationRunnerTest.java | 71 .andReturn(new RuntimeException("my exception")); 77 } catch (RuntimeException expected) {
|
| /art/test/924-threads/src/art/ |
| Test924.java | 40 throw new RuntimeException(e); 57 throw new RuntimeException("Expected " + t1 + " but got " + t2); 143 throw new RuntimeException(e); 241 throw new RuntimeException("Expected " + expectedList + " as subset, got " + threadList); 252 throw new RuntimeException("Did not find thread " + name + ": " + threads); 283 throw new RuntimeException("Unexpected TLS value: " + l); 297 throw new RuntimeException("Different thread issue"); 300 throw new RuntimeException(e); 313 throw new RuntimeException("Got clobbered"); 330 throw new RuntimeException(e) [all...] |
| /cts/tests/tests/opengl/src/android/opengl/cts/ |
| CompressedTextureLoader.java | 133 throw new RuntimeException("Unable to read data"); 158 throw new RuntimeException("Invalid header data"); 209 throw new RuntimeException("Unable to read data"); 223 throw new RuntimeException("Unable to open resource " + id); 249 throw new RuntimeException("Unable to close resource stream " + id); 340 throw new RuntimeException("Unable to read data"); 379 throw new RuntimeException("Invalid header data"); 391 throw new RuntimeException("Unable to open resource " + id); 397 throw new RuntimeException("Unsupported DXT data"); 412 throw new RuntimeException("Unsupported DXT data") [all...] |
| /dalvik/dexgen/src/com/android/dexgen/dex/file/ |
| DebugInfoDecoder.java | 248 throw new RuntimeException( 287 throw new RuntimeException 327 throw new RuntimeException("nonsensical " 335 throw new RuntimeException( 353 throw new RuntimeException("nonsensical " 361 throw new RuntimeException( 396 throw new RuntimeException( 435 } catch (RuntimeException ex) { 462 throw new RuntimeException( 480 throw new RuntimeException ("Could not match position entry: [all...] |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/ |
| DocumentBuilderTest.java | 174 throw new RuntimeException("Unexpected exception", e); 189 throw new RuntimeException("Unexpected exception", e); 202 throw new RuntimeException("Unexpected exception", e); 211 throw new RuntimeException("Unexpected exception", e); 220 throw new RuntimeException("Unexpected exception", e); 544 throw new RuntimeException("Unexpected exception", e); 564 throw new RuntimeException("Unexpected exception", e); 584 throw new RuntimeException("Unexpected exception", e); 600 throw new RuntimeException("Unexpected exception", e); 619 throw new RuntimeException("Unexpected exception", e) [all...] |
| /external/conscrypt/android/src/main/java/org/conscrypt/ |
| Platform.java | 92 throw new RuntimeException("Can't get FileDescriptor from socket", e); 233 throw new RuntimeException(e.getCause()); 251 throw new RuntimeException(e.getCause()); 295 throw new RuntimeException(e.getCause()); 322 throw new RuntimeException(e.getCause()); 380 throw new RuntimeException(e.getCause()); 698 throw new RuntimeException("GCMParameterSpec lacks expected methods", e); 700 throw new RuntimeException("GCMParameterSpec lacks expected methods", e); 702 throw new RuntimeException( [all...] |
| /prebuilts/sdk/21/ |
| android.jar | |
| /cts/tests/tests/media/src/android/media/cts/ |
| DecoderTestXheAac.java | 106 throw new RuntimeException(e); 116 throw new RuntimeException(e); 127 throw new RuntimeException(e); 138 throw new RuntimeException(e); 149 throw new RuntimeException(e); 155 throw new RuntimeException(e); 166 throw new RuntimeException(e); 172 throw new RuntimeException(e); 183 throw new RuntimeException(e); 189 throw new RuntimeException(e) [all...] |
| /art/test/035-enum/src/ |
| Main.java | 30 throw new RuntimeException(nsfe);
|
| /art/test/111-unresolvable-exception/src/ |
| Main.java | 32 throw new RuntimeException(); // Trigger exception handling.
|
| /art/test/135-MirandaDispatch/src/ |
| Main.java | 52 throw new RuntimeException("Expected a VerifyError");
|