Home
last modified time | relevance | path

Searched refs:rethrowAsRuntimeException (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DPackageInstaller.java302 throw e.rethrowAsRuntimeException(); in createSession()
322 throw e.rethrowAsRuntimeException(); in openSession()
338 throw e.rethrowAsRuntimeException(); in updateSessionAppIcon()
354 throw e.rethrowAsRuntimeException(); in updateSessionAppLabel()
371 throw e.rethrowAsRuntimeException(); in abandonSession()
386 throw e.rethrowAsRuntimeException(); in getSessionInfo()
404 throw e.rethrowAsRuntimeException(); in getAllSessions()
415 throw e.rethrowAsRuntimeException(); in getMySessions()
428 throw e.rethrowAsRuntimeException(); in uninstall()
437 throw e.rethrowAsRuntimeException(); in setPermissionsResult()
[all …]
/frameworks/base/core/java/android/os/
DRemoteException.java33 public RuntimeException rethrowAsRuntimeException() { in rethrowAsRuntimeException() method in RemoteException
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java1632 throw e.rethrowAsRuntimeException(); in getPackageInstaller()
1644 throw e.rethrowAsRuntimeException(); in isPackageAvailable()
/frameworks/base/cmds/pm/src/com/android/commands/pm/
DPm.java1273 throw e.rethrowAsRuntimeException(); in runForceDexOpt()