| /frameworks/base/core/java/android/os/ |
| Message.java | 593 throw new RuntimeException( 605 throw new RuntimeException(
|
| /frameworks/base/core/java/android/util/ |
| ArraySet.java | 434 RuntimeException e = new RuntimeException("here");
|
| /frameworks/base/core/java/android/util/proto/ |
| EncodedBuffer.java | 166 throw new RuntimeException("skipRead with negative amount=" + amount); 500 throw new RuntimeException("rewindWriteTo only can go backwards" + writePos);
|
| /frameworks/base/core/java/com/android/internal/app/procstats/ |
| SparseMappingTable.java | 647 logOrThrow(message, new RuntimeException("Stack trace")); 657 throw new RuntimeException(message, th);
|
| /frameworks/base/core/tests/coretests/src/android/graphics/ |
| TypefaceSystemFallbackTest.java | 95 throw new RuntimeException(e); 113 throw new RuntimeException(e);
|
| /frameworks/base/graphics/java/android/graphics/ |
| BaseCanvas.java | 62 throw new RuntimeException("Canvas: trying to use a recycled bitmap " + bitmap); 66 throw new RuntimeException("Canvas: trying to use a non-premultiplied bitmap "
|
| SurfaceTexture.java | 269 throw new RuntimeException("Error during detachFromGLContext (see logcat for details)"); 289 throw new RuntimeException("Error during attachToGLContext (see logcat for details)");
|
| /frameworks/base/media/java/android/media/audiofx/ |
| EnvironmentalReverb.java | 134 * @throws java.lang.RuntimeException 137 throws IllegalArgumentException, UnsupportedOperationException, RuntimeException {
|
| Virtualizer.java | 115 * @throws java.lang.RuntimeException 119 UnsupportedOperationException, RuntimeException {
|
| /frameworks/base/media/jni/ |
| android_media_ImageReader.cpp | 403 jniThrowExceptionFmt(env, "java/lang/RuntimeException", 696 jniThrowExceptionFmt(env, "java/lang/RuntimeException", [all...] |
| /frameworks/base/media/jni/audioeffect/ |
| android_media_AudioEffect.cpp | 308 jniThrowException(env, "java/lang/RuntimeException", "Out of memory"); 316 jniThrowException(env, "java/lang/RuntimeException", "Out of memory");
|
| /frameworks/base/media/mca/effect/java/android/media/effect/ |
| EffectFactory.java | 501 throw new RuntimeException("The effect class '" + effectClass + "' does not have " 510 throw new RuntimeException("There was an error constructing the effect '" + effectClass
|
| /frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
| FillUi.java | 225 } catch (RuntimeException e) { 310 } catch (RuntimeException e) { [all...] |
| /frameworks/base/services/core/java/com/android/server/ |
| Watchdog.java | 318 throw new RuntimeException("Monitors can't be added once the Watchdog is running"); 331 throw new RuntimeException("Threads can't be added once the Watchdog is running");
|
| /frameworks/base/services/core/java/com/android/server/timezone/ |
| PackageTracker.java | 521 private static RuntimeException logAndThrowRuntimeException(String message, Throwable cause) { 523 throw new RuntimeException(message, cause);
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| WindowSurfacePlacer.java | 165 throw new RuntimeException("Recursive call!"); 226 } catch (RuntimeException e) { [all...] |
| /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
| TestService.java | 641 throw new RuntimeException("I died", e); 643 throw new RuntimeException("I died", e); [all...] |
| /frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/ |
| XmlConfigTests.java | 389 } catch (RuntimeException e) { 497 } catch (RuntimeException expected) {
|
| /frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/ |
| DelegateClassAdapterTest.java | 487 throw new RuntimeException(ioe); 605 return new RuntimeException(sb.toString(), t);
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| NitzStateMachine.java | 445 } catch (RuntimeException ex) { 532 } catch (RuntimeException ex) {
|
| WapPushOverSms.java | 517 } catch (RuntimeException e) { 518 Log.e(TAG, "Unexpected RuntimeException in persisting MMS WAP push data", e);
|
| /frameworks/support/car/src/androidTest/java/androidx/car/widget/ |
| PagedListViewTest.java | 143 throw new RuntimeException(throwable); 157 throw new RuntimeException(throwable); [all...] |
| TextListItemTest.java | 101 throw new RuntimeException(throwable); 117 throw new RuntimeException(throwable); [all...] |
| /frameworks/support/collection/src/main/java/androidx/collection/ |
| ArraySet.java | 420 RuntimeException e = new RuntimeException("here");
|
| /frameworks/support/media/src/main/java/androidx/media/ |
| MediaLibraryService2.java | 353 throw new RuntimeException("Expected MediaLibrarySession, but returned MediaSession2"); 381 * @throws RuntimeException if returned session is invalid
|