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

<<61626364656667686970>>

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
NegativeFilter.java 70 throw new RuntimeException("Filter Sharpen does not support frames of " +
PosterizeFilter.java 73 throw new RuntimeException("Filter Sharpen does not support frames of " +
ToRGBAFilter.java 75 throw new RuntimeException("Unsupported BytesPerPixel: " + mInputBPP + "!");
ToRGBFilter.java 75 throw new RuntimeException("Unsupported BytesPerPixel: " + mInputBPP + "!");
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
SurfaceTextureTarget.java 106 throw new RuntimeException("Null SurfaceTexture passed to SurfaceTextureTarget");
125 throw new RuntimeException("Unknown render mode '" + mRenderModeString + "'!");
157 throw new RuntimeException("Could not register SurfaceTexture: " + mSurfaceTexture);
162 throw new RuntimeException("Could not register SurfaceTexture: " + mSurfaceTexture);
  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/view/
AppTransitionAnimationSpecsFuture.java 87 throw new RuntimeException("composeSpecsSynchronous() called from wrong looper");
  /frameworks/base/packages/SystemUI/shared/tests/src/com/android/systemui/shared/
SysuiSharedLibTestCase.java 71 throw new RuntimeException(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIService.java 43 throw new RuntimeException();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
PluginManagerImpl.java 111 throw new RuntimeException(cls + " doesn't provide an interface");
114 throw new RuntimeException(cls + " doesn't provide an action");
125 throw new RuntimeException("Must be called from UI thread");
388 private class CrashWhilePluginActiveException extends RuntimeException {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
ReferenceCountedTrigger.java 90 throw new RuntimeException("Invalid ref count");
  /frameworks/base/services/core/java/com/android/server/timezone/
CheckToken.java 52 throw new RuntimeException("Unable to write into a ByteArrayOutputStream", e);
  /frameworks/base/services/tests/servicestests/src/com/android/server/
CountryDetectorServiceTest.java 107 throw new RuntimeException("Wait System Ready timeout");
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
FrameworkPerfActivity.java 330 RuntimeException here = new RuntimeException("here");
384 RuntimeException here = new RuntimeException("here");
  /frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
Decoder.java 92 public static class DecoderException extends RuntimeException {
  /frameworks/base/tools/preload/loadclass/
LoadClass.java 31 throw new RuntimeException("Error registering natives.");
  /frameworks/native/opengl/tools/glgen/src/
Jsr239CodeEmitter.java 79 throw new RuntimeException("Bad version: " + version);
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipProfile.java 91 throw new RuntimeException(e);
103 throw new RuntimeException("should not occur", e);
299 throw new RuntimeException(e);
302 throw new RuntimeException(e);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
TestUtils.java 45 throw new RuntimeException("Duplicate transaction IDs -- " + mTransactionIds);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java 260 throw new RuntimeException("Unsupported service code=" + mSc);
263 throw new RuntimeException("No application mUiccApplicaiton is null");
266 throw new RuntimeException ("Ivalid register/action=" + mAction);
269 } catch (RuntimeException exc) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccStateChangedLauncher.java 84 throw new RuntimeException("unexpected event not handled");
  /frameworks/rs/tests/java_api/RSUnitTests/gui/com/android/rs/unittest/
RSListActivity.java 81 throw new RuntimeException(e);
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
ImageCompare.java 51 throw new RuntimeException("images were of diffrent size");
  /frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
BasicGLRenderer.java 82 throw new RuntimeException(glOperation + ": glError " + error);
  /frameworks/support/app-toolkit/core-testing/src/main/java/androidx/arch/core/executor/
JunitTaskExecutorRule.java 79 throw new RuntimeException(t);
  /frameworks/support/buildSrc/
repos.gradle 27 throw new RuntimeException("variable supportRootFolder is not set. you must set it before" +

Completed in 1433 milliseconds

<<61626364656667686970>>