Home
last modified time | relevance | path

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

/frameworks/base/telephony/common/com/android/internal/telephony/util/
DTelephonyUtils.java70 public static RuntimeException rethrowAsRuntimeException(RemoteException remoteException) { in rethrowAsRuntimeException() argument
71 throw new RuntimeException(remoteException); in rethrowAsRuntimeException()