Home
last modified time | relevance | path

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

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