HomeSort by relevance Sort by last modified time
    Searched full:runtimeexception (Results 1001 - 1025 of 7326) sorted by null

<<41424344454647484950>>

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
SerializedFrame.java 175 throw new RuntimeException("Could not create serialization streams for "
261 throw new RuntimeException("Could not serialize object " + object + " in "
272 throw new RuntimeException("Could not deserialize object in " + this + "!", e);
274 throw new RuntimeException("Unable to deserialize object of unknown class in "
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
AlphaBlendFilter.java 49 throw new RuntimeException("TODO: Write native implementation for AlphaBlend!");
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraOpenTest.java 44 } catch (RuntimeException e) {
  /frameworks/base/opengl/java/android/opengl/
GLException.java 24 public class GLException extends RuntimeException {
  /frameworks/base/packages/StatementService/src/com/android/statementservice/
ExceptionLoggingFutureTask.java 43 throw new RuntimeException(e);
  /frameworks/base/services/core/java/com/android/server/
NativeDaemonConnectorException.java 52 * Rethrow as a {@link RuntimeException} subclass that is handled by
  /frameworks/base/services/core/java/com/android/server/am/
FactoryErrorDialog.java 44 throw new RuntimeException("Rebooting from failed factory test");
  /frameworks/base/services/core/java/com/android/server/oemlock/
VendorLock.java 73 throw new RuntimeException("Failed to set carrier OEM unlock state");
105 throw new RuntimeException("Failed to get carrier OEM unlock state");
121 throw new RuntimeException("Failed to set device OEM unlock state");
153 throw new RuntimeException("Failed to get device OEM unlock state");
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
MockScrypt.java 50 throw new RuntimeException(e);
  /frameworks/base/telephony/java/android/telephony/mbms/
ServiceInfo.java 60 throw new RuntimeException("bad map length " + newNames.size());
63 throw new RuntimeException("bad locales length " + newLocales.size());
79 throw new RuntimeException("bad map length" + mapCount);
90 throw new RuntimeException("bad locale length " + localesCount);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameBuffer2D.java 43 throw new RuntimeException("Cannot access " + dimCount + "-dimensional Frame as a "
FrameValue.java 46 throw new RuntimeException("Cannot access non-object based Frame as FrameValue!");
GraphInputSource.java 31 throw new RuntimeException("Attempting to assign null-frame!");
  /frameworks/base/tests/SmokeTestApps/src/com/android/smoketest/triggers/
CrashyApp2.java 36 throw new RuntimeException("Two drums and a cymbal fall off a cliff...");
  /frameworks/base/tools/locked_region_code_injection/test/lockedregioncodeinjection/
TestTarget.java 29 throw new RuntimeException();
  /frameworks/base/tools/sdkparcelables/src/com/android/sdkparcelables/
AncestorCollector.kt 39 throw RuntimeException("class $name already found")
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DataBindingTestRule.java 61 throw new RuntimeException("unexpected problem in execute pending", throwable);
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/exceptions/
TimeoutRuntimeException.java 25 public class TimeoutRuntimeException extends RuntimeException {
  /frameworks/ex/framesequence/jni/
BitmapDecoderJNI.cpp 28 jclass clazz = env->FindClass("java/lang/RuntimeException");
  /frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
RemoteParserFactoryAdapter.java 48 throw new RuntimeException(e);
  /frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
RemoteILayoutPullParserAdapter.java 36 throw new RuntimeException(e);
RemoteParserFactoryAdapter.java 41 throw new RuntimeException(e);
  /frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/shadow/
ShadowLog.java 29 public static class TerribleFailure extends RuntimeException {
  /frameworks/support/lifecycle/common/src/main/java/androidx/lifecycle/
Lifecycling.java 81 throw new RuntimeException(e);
83 throw new RuntimeException(e);
85 throw new RuntimeException(e);
111 throw new RuntimeException(e);
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/dao/
PetDao.java 54 throw new RuntimeException();

Completed in 3331 milliseconds

<<41424344454647484950>>