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

<<71727374757677787980>>

  /frameworks/base/core/java/android/os/health/
SystemHealthManager.java 90 throw new RuntimeException(ex);
130 throw new RuntimeException(ex);
  /frameworks/base/core/java/android/security/net/config/
NetworkSecurityTrustManager.java 62 throw new RuntimeException(e);
137 throw new RuntimeException(e);
  /frameworks/base/core/java/android/util/
ReflectiveProperty.java 122 throw new RuntimeException(e.getCause());
143 throw new RuntimeException(e.getCause());
  /frameworks/base/core/java/com/android/internal/widget/
TextProgressBar.java 116 throw new RuntimeException("Expecting child ProgressBar with id " +
134 throw new RuntimeException(
  /frameworks/base/core/tests/coretests/src/android/provider/
MockFontProvider.java 76 throw new RuntimeException("Timeout during waiting");
203 throw new RuntimeException(e);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/
GraphEnvironment.java 137 throw new RuntimeException("Could not read graph: " + e.getMessage());
192 throw new RuntimeException(
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
RedEyeFilter.java 104 throw new RuntimeException("Filter RedEye does not support frames of " +
177 throw new RuntimeException("The size of center array must be even.");
StraightenFilter.java 72 throw new RuntimeException("Filter Sharpen does not support frames of " +
120 throw new RuntimeException("Max angle is out of range (0-180).");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIFactory.java 79 throw new RuntimeException("No SystemUIFactory component configured");
88 throw new RuntimeException(t);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
WirelessChargingAnimation.java 78 throw new RuntimeException("setView must have been called");
127 throw new RuntimeException(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
UserInfoControllerImpl.java 126 throw new RuntimeException(e);
129 throw new RuntimeException(e);
  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
WrappedKey.java 72 throw new RuntimeException(
90 throw new RuntimeException(
  /frameworks/base/services/core/java/com/android/server/updates/
CertificateTransparencyLogInstallReceiver.java 116 } catch (IOException | RuntimeException e) {
157 throw new RuntimeException(e);
  /frameworks/base/services/tests/servicestests/src/com/android/server/testutils/
TestHandler.java 145 public final RuntimeException postPoint;
150 this.postPoint = new RuntimeException("Message originated from here:");
  /frameworks/base/telephony/java/android/telephony/mbms/
MbmsTempFileProvider.java 128 throw new RuntimeException(
187 throw new RuntimeException("Unable to canonicalize temp file root path " + e);
  /frameworks/base/tests/AmSlam/src/test/amslam/
MainActivity.java 112 throw new RuntimeException(e);
166 throw new RuntimeException(e);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Frame.java 157 throw new RuntimeException("Attempting to unlock frame that is not locked!");
177 throw new RuntimeException("Attempting to write to read-only frame " + this + "!");
GLToolbox.java 176 throw new RuntimeException("GL Operation '" + operation + "' caused error "
190 throw new RuntimeException("Attempting to perform GL operation '" + operation
SurfaceHolderTarget.java 73 throw new RuntimeException("Could not get SurfaceHolder from SurfaceView "
191 throw new RuntimeException("Unexpected Holder!");
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SimpleInflater.java 80 throw new RuntimeException("Expecting menu, got " + tagName);
116 throw new RuntimeException("Unexpected end of document");
  /frameworks/base/tests/testables/src/android/testing/
TestableInstrumentation.java 48 throw new RuntimeException(what);
133 throw new RuntimeException("Exception caught during tests", mExceptions.get(0));
  /frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
DataBinderWriter.kt 44 tab("if(tag == null) throw new java.lang.RuntimeException(\"view must have a tag\");")
73 nl("if(tag == null) throw new java.lang.RuntimeException(\"view must have a tag\");")
  /frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/
RemoteBridgeImpl.java 127 throw new RuntimeException(e);
149 throw new RuntimeException(e);
  /frameworks/multidex/library/src/androidx/multidex/
MultiDex.java 89 * @throws RuntimeException if an error occurred preventing the classloader
100 throw new RuntimeException("MultiDex installation failed. SDK " + Build.VERSION.SDK_INT
121 throw new RuntimeException("MultiDex installation failed (" + e.getMessage() + ").");
134 * @throws RuntimeException if an error occurred preventing the classloader
147 throw new RuntimeException("MultiDex installation failed. SDK " + Build.VERSION.SDK_INT
185 throw new RuntimeException("MultiDex installation failed (" + e.getMessage() + ").");
229 } catch (RuntimeException e) {
300 } catch (RuntimeException e) {
    [all...]
  /frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
GL2JavaView.java 91 throw new RuntimeException("Could not get attrib location for vPosition");
146 throw new RuntimeException(op + ": glError " + error);

Completed in 1810 milliseconds

<<71727374757677787980>>