Home
last modified time | relevance | path

Searched defs:RemoteException (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
DRemoteException.java25 public class RemoteException extends AndroidException { class
26 public RemoteException() { in RemoteException() method in RemoteException
30 public RemoteException(String message) { in RemoteException() method in RemoteException
35 public RemoteException(String message, Throwable cause, boolean enableSuppression, in RemoteException() method in RemoteException
41 public RemoteException(Throwable cause) { in RemoteException() method in RemoteException
/frameworks/base/errorprone/tests/res/android/os/
DRemoteException.java19 public class RemoteException extends Exception { class