Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DDeadSystemRuntimeException.java27 public class DeadSystemRuntimeException extends RuntimeException { class
28 public DeadSystemRuntimeException() { in DeadSystemRuntimeException() method in DeadSystemRuntimeException
H A DRemoteException.java82 throw new DeadSystemRuntimeException(); in rethrowFromSystemServer()