OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtimeexception
(Results
1201 - 1225
of
7326
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/frameworks/base/tools/preload/
Operation.java
108
* @throws
RuntimeException
if overflow occurs
114
throw new
RuntimeException
("Integer overflow: " + nanos);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardStatus.java
88
throw new
RuntimeException
("Unrecognized RIL_CardState: " + state);
113
throw new
RuntimeException
("Unrecognized RIL_PinState: " + state);
/frameworks/support/loader/src/androidTest/java/androidx/loader/content/
ModernAsyncTaskTest.java
61
throw new
RuntimeException
();
99
throw new
RuntimeException
();
/frameworks/support/room/integration-tests/kotlintestapp/src/androidTest/java/androidx/room/integration/kotlintestapp/migration/
MigrationDbKotlin.kt
103
throw
RuntimeException
("test sanity failure")
120
throw
RuntimeException
("test sanity failure")
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/migration/
MigrationDb.java
116
throw new
RuntimeException
("test sanity failure");
138
throw new
RuntimeException
("test sanity failure");
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
CustomDatabaseTest.java
71
* SupportSQLiteDatabase} fails with {@link
RuntimeException
} instead of {@link
100
throw new
RuntimeException
("closed", e);
/frameworks/support/webkit-codegen/src/test/java/androidx/webkit/internal/codegen/
TestUtils.java
60
throw new
RuntimeException
(e);
69
throw new
RuntimeException
(e);
/libcore/benchmarks/src/benchmarks/regression/
SignatureBenchmark.java
102
throw new
RuntimeException
(implementation.toString());
121
throw new
RuntimeException
(implementation.toString());
/libcore/ojluni/src/main/java/java/security/
KeyFactory.java
369
if (failure instanceof
RuntimeException
) {
370
throw (
RuntimeException
)failure;
407
if (failure instanceof
RuntimeException
) {
408
throw (
RuntimeException
)failure;
456
if (failure instanceof
RuntimeException
) {
457
throw (
RuntimeException
)failure;
493
if (failure instanceof
RuntimeException
) {
494
throw (
RuntimeException
)failure;
/packages/apps/Camera2/src/com/android/camera/one/
AbstractOneCamera.java
75
throw new
RuntimeException
("Gcam debug directory not valid or doesn't exist: "
98
throw new
RuntimeException
("Could not create Gcam debug data folder.");
/packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
AETriggerResult.java
97
throw new
RuntimeException
(impossible);
112
throw new
RuntimeException
(impossible);
AFTriggerResult.java
94
throw new
RuntimeException
(impossible);
109
throw new
RuntimeException
(impossible);
/packages/apps/Dialer/java/com/android/dialer/about/
Licenses.java
98
throw new
RuntimeException
("Failed to read license or metadata text.", e);
103
throw new
RuntimeException
("Unsupported encoding UTF8. This should always be supported.", e);
/packages/apps/Dialer/java/com/android/dialer/protos/
ProtoParsers.java
48
* @throws
RuntimeException
if the proto cannot be parsed
62
* @throws
RuntimeException
if the proto cannot be parsed
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
SettingsRobolectricTestRunner.java
68
throw new
RuntimeException
("SettingsRobolectricTestRunner failure", e);
91
throw new
RuntimeException
("SettingsRobolectricTestRunner failure", e);
/packages/apps/TV/src/com/android/tv/license/
Licenses.java
112
throw new
RuntimeException
("Failed to read license or metadata text.", e);
117
throw new
RuntimeException
(
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DebugLogUtils.java
55
throw new
RuntimeException
();
56
} catch (final
RuntimeException
e) {
/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/src/com/android/inputmethod/keyboard/internal/
KeyboardTextsTable.tmpl
55
throw new
RuntimeException
("Unknown text name=" + name + " locale="
68
throw new
RuntimeException
("Illegal index=" + index + " for name=" + name
/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
JarUtils.java
40
throw new
RuntimeException
("Should run as jar");
44
throw new
RuntimeException
("Unknown jar path: " + path);
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
JarHostTest.java
40
RuntimeException
bufferedException = null;
43
} catch (
RuntimeException
e) {
/test/vts/harnesses/tradefed/src/com/android/compatibility/common/tradefed/testtype/
ModuleDefMultiDevice.java
128
throw new
RuntimeException
(e);
133
throw new
RuntimeException
(e);
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
LazyDelegateByteSource.java
89
throw new
RuntimeException
(e);
103
throw new
RuntimeException
(e);
/tools/metalava/src/test/java/com/android/tools/metalava/
ArtifactTaggerTest.kt
98
public Foo() { throw new
RuntimeException
("Stub!"); }
104
public Inner() { throw new
RuntimeException
("Stub!"); }
/tools/tradefederation/core/src/com/android/tradefed/testtype/
StubTest.java
80
throw new
RuntimeException
("StubTest
RuntimeException
");
/prebuilts/sdk/12/
android.jar
Completed in 1307 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>