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

<<51525354555657585960>>

  /cts/tests/accessibility/src/android/view/accessibility/cts/
ServiceControlUtils.java 94 throw new RuntimeException("Speaking accessibility service not starting");
111 throw new RuntimeException("Vibrating accessibility service not starting");
160 throw new RuntimeException(
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
GestureDescriptionTest.java 155 } catch (RuntimeException e) {
168 } catch (RuntimeException e) {
177 } catch (RuntimeException e) {
InstrumentedAccessibilityService.java 165 throw new RuntimeException("Starting accessibility service " + serviceName
171 throw new RuntimeException("Accessibility service " + serviceName + " not found");
228 throw new RuntimeException("Disabling all accessibility services took longer than "
  /cts/tests/signature/api-check/src/java/android/signature/cts/api/
AbstractApiTest.java 142 throw new RuntimeException(e);
148 throw new RuntimeException(e);
163 throw new RuntimeException(e);
  /cts/tests/signature/intent-check/src/android/signature/cts/intent/
IntentTest.java 121 throw new RuntimeException("failed to parse", e);
160 throw new RuntimeException("Missing package info: " + dumpsysPackage.getAbsolutePath());
175 throw new RuntimeException("While retrieving dumpsys", e);
  /cts/tests/tests/graphics/src/android/graphics/cts/
SyncTest.java 75 throw new RuntimeException("no EGL display");
80 throw new RuntimeException("error in eglInitialize");
92 throw new RuntimeException("eglChooseConfig failed");
  /cts/tests/tests/jvmti/attaching/src/android.jvmti.attaching.cts/
AttachingTest.java 84 throw new RuntimeException(exc);
98 throw new RuntimeException(exc);
131 throw new RuntimeException(exc);
  /cts/tests/tests/media/src/android/media/cts/
MediaSession2TestBase.java 115 throw new RuntimeException("Test has a bug. Expected MediaController2 but returned "
129 throw new RuntimeException("Test has a bug. Expected controller implemented"
134 throw new RuntimeException("Test has a bug. Expected controller with callback "
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoItem.java 78 } catch (RuntimeException ex) {
87 throw new RuntimeException("unsupported");
150 } catch (RuntimeException ex) {
  /dalvik/dx/src/com/android/dx/command/dump/
Main.java 78 throw new RuntimeException("usage");
84 throw new RuntimeException("usage");
97 throw new RuntimeException("shouldn't happen", ex);
  /dalvik/dx/src/com/android/dx/dex/cf/
OptimizerOptions.java 67 throw new RuntimeException("optimize and don't optimize lists "
104 // Let the exception percolate up as a RuntimeException.
105 throw new RuntimeException("Error with optimize list: " +
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoItem.java 75 } catch (RuntimeException ex) {
84 throw new RuntimeException("unsupported");
147 } catch (RuntimeException ex) {
  /dalvik/dx/tests/069-dex-source-position/
expected.txt 34 catch java.lang.RuntimeException -> 001e
68 catch java.lang.RuntimeException -> 001e
118 catch java.lang.RuntimeException -> 001e
  /developers/demos/JustForUs/justforus/src/main/java/com/example/android/justforus/
AssetProvider.java 171 throw new RuntimeException("Operation not supported");
176 throw new RuntimeException("Operation not supported");
181 throw new RuntimeException("Operation not supported");
  /external/annotation-tools/asmx/test/conform/cases/
TestLocalVariableGenericArray.expected 
  /external/annotation-tools/scene-lib/test/annotations-expected/tests/classfile/cases/
TestLocalVariableGenericArray_Expected.class 
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTransformAsyncFunctionTest.java 169 assertSame(RuntimeException.class, e.getCause().getClass());
174 * Proxy to throw a {@link RuntimeException} out of the {@link #get()} method.
184 throw new RuntimeException("Oops");
  /external/guice/core/src/com/google/inject/internal/
TypeConverterBindingProcessor.java 58 throw new RuntimeException("Length != 1.");
94 throw new RuntimeException(e.getMessage());
119 throw new RuntimeException(e.getTargetException().getMessage());
  /external/guice/extensions/struts2/src/com/google/inject/struts2/
Struts2Factory.java 66 throw new RuntimeException("The struts2 plugin no longer supports"
119 throw new RuntimeException(ERROR_NO_INJECTOR);
156 throw new RuntimeException(e);
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
StyleResolver.java 99 throw new RuntimeException(builder.toString());
111 throw new RuntimeException(builder.toString());
146 throw new RuntimeException("Found a " + attr + " but can't cast it :(");
  /external/vogar/src/vogar/android/
AdbTarget.java 91 throw new RuntimeException("'" + pathArgument + "' does not exist on device");
117 throw new RuntimeException("Timed out after " + timeoutSeconds
123 throw new RuntimeException(e);
  /frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/
PerfDataRecorder.java 75 throw new RuntimeException(e);
101 throw new RuntimeException(e);
120 throw new RuntimeException(e);
  /frameworks/base/core/java/android/os/
TestLooperManager.java 48 throw new RuntimeException("TestLooperManager already held for this looper");
132 throw new RuntimeException(execution.response);
173 throw new RuntimeException("release() has already be called");
  /frameworks/base/core/java/android/os/health/
HealthKeys.java 114 throw new RuntimeException("Unknown Constant type " + type
120 throw new RuntimeException("Can't read constant value type=" + type
167 throw new RuntimeException("Unknown Constant " + key + " (of type "
  /frameworks/base/core/java/com/android/internal/os/
WebViewZygoteInit.java 139 throw new RuntimeException("No " + Zygote.CHILD_ZYGOTE_SOCKET_NAME_ARG + " specified");
145 throw new RuntimeException("Failed to set PR_SET_NO_NEW_PRIVS", ex);
161 } catch (RuntimeException e) {

Completed in 1484 milliseconds

<<51525354555657585960>>