OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtimeexception
(Results
3451 - 3475
of
7326
) sorted by null
<<
131
132
133
134
135
136
137
138
139
140
>>
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowParcel.java
520
throw new
RuntimeException
(e);
540
throw new
RuntimeException
(e);
/external/robolectric-shadows/utils/src/test/java/org/robolectric/util/
SchedulerTest.java
441
throw new
RuntimeException
("foo");
447
} catch (
RuntimeException
ignored) { }
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
EventFacade.java
371
public void stopEventDispatcher() throws
RuntimeException
{
374
throw new
RuntimeException
("Not running");
SettingsFacade.java
307
} catch (
RuntimeException
e) {
308
Log.d("showHomeScreen
RuntimeException
" + e);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
OatFile.java
621
public static class InvalidOatFileException extends
RuntimeException
{
627
public static class NotAnOatFileException extends
RuntimeException
{
/external/smali/smali/src/test/resources/LexerTest/
RealSmaliFileTest.tokens
395
CLASS_DESCRIPTOR("Ljava/lang/
RuntimeException
;")
467
CLASS_DESCRIPTOR("Ljava/lang/
RuntimeException
;")
/external/smali/smalidea/src/main/java/org/jf/smalidea/
SmaliTokens.java
297
throw new
RuntimeException
("No color attribute for token " + tokenName);
306
throw new
RuntimeException
(ex);
/frameworks/base/core/java/android/app/
ListFragment.java
407
throw new
RuntimeException
(
413
throw new
RuntimeException
(
/frameworks/base/core/java/android/content/pm/
PackageInstaller.java
335
} catch (
RuntimeException
e) {
355
} catch (
RuntimeException
e) {
[
all
...]
/frameworks/base/core/java/android/net/
NetworkUtils.java
243
throw new
RuntimeException
("IP address with " + array.length +
273
throw new
RuntimeException
("getNetworkPart error - " + e.toString());
/frameworks/base/core/java/android/os/
Looper.java
103
throw new
RuntimeException
("Only one Looper may be created per thread");
140
throw new
RuntimeException
("No Looper; Looper.prepare() wasn't called on this thread.");
/frameworks/base/core/java/android/text/
SpannableStringInternal.java
197
throw new
RuntimeException
("PARAGRAPH span must start at paragraph boundary"
206
throw new
RuntimeException
("PARAGRAPH span must end at paragraph boundary"
/frameworks/base/core/java/android/util/apk/
ApkSignatureVerifier.java
233
} catch (IOException |
RuntimeException
e) {
251
} catch (IOException |
RuntimeException
e) {
/frameworks/base/core/java/com/android/internal/os/
PowerProfile.java
294
throw new
RuntimeException
(e);
296
throw new
RuntimeException
(e);
/frameworks/base/core/java/com/android/internal/widget/
ChildHelper.java
333
throw new
RuntimeException
("trying to hide same view twice, how come ? " + view);
355
throw new
RuntimeException
("trying to unhide a view that was not hidden" + view);
/frameworks/base/core/tests/coretests/src/android/app/activity/
BroadcastTest.java
125
//new
RuntimeException
("stack").printStackTrace();
151
new
RuntimeException
("stack").printStackTrace();
/frameworks/base/media/java/android/media/audiofx/
Equalizer.java
134
* @throws java.lang.
RuntimeException
138
UnsupportedOperationException,
RuntimeException
{
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DeviceDiscoveryService.java
285
throw new
RuntimeException
(e);
311
throw new
RuntimeException
(e);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java
370
} catch (
RuntimeException
| OutOfMemoryError e) {
395
} catch (
RuntimeException
| OutOfMemoryError e) {
/frameworks/base/services/core/java/com/android/server/
GestureLauncherService.java
251
throw new
RuntimeException
(message);
300
throw new
RuntimeException
(message);
/frameworks/base/services/core/java/com/android/server/utils/
ManagedApplicationService.java
269
} catch (
RuntimeException
| RemoteException ex) {
365
} catch (
RuntimeException
| RemoteException ex) {
/frameworks/base/services/robotests/src/com/android/server/backup/transport/
TransportClientTest.java
459
expectThrows(
RuntimeException
.class, mTransportClient::markAsDisposed);
468
expectThrows(
RuntimeException
.class, mTransportClient::markAsDisposed);
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
MagnificationGestureHandlerTest.java
439
throw new
RuntimeException
("Failed to go to state " + stateToString(state), t);
537
throw new
RuntimeException
("Exception while handling " + event, t);
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
SuspendPackagesTest.java
136
throw new
RuntimeException
("Receiver thread interrupted", ie);
148
throw new
RuntimeException
("Interrupted while waiting for app broadcast", ie);
/frameworks/layoutlib/bridge/src/android/view/
ShadowPainter.java
372
throw new
RuntimeException
("Unable to load image for shadow: " + name);
377
throw new
RuntimeException
("Unable to load image for shadow:" + name, e);
Completed in 1664 milliseconds
<<
131
132
133
134
135
136
137
138
139
140
>>