Home
last modified time | relevance | path

Searched defs:rethrowAsRuntimeException (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
DRemoteException.java41 public RuntimeException rethrowAsRuntimeException() { in rethrowAsRuntimeException() method in RemoteException
/frameworks/base/telephony/common/com/android/internal/telephony/util/
DTelephonyUtils.java70 public static RuntimeException rethrowAsRuntimeException(RemoteException remoteException) { in rethrowAsRuntimeException() method in TelephonyUtils
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawable.java1691 static void rethrowAsRuntimeException(@NonNull Exception cause) throws RuntimeException { in rethrowAsRuntimeException() method