Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIApplicationThread.java122 void scheduleCrash(String msg) throws RemoteException; in scheduleCrash() method
DApplicationThreadNative.java465 scheduleCrash(msg); in onTransact()
1081 public void scheduleCrash(String msg) throws RemoteException { in scheduleCrash() method in ApplicationThreadProxy
DActivityThread.java856 public void scheduleCrash(String msg) { in scheduleCrash() method in ActivityThread.ApplicationThread
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java2850 proc.thread.scheduleCrash(message); in crashApplication()