Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIApplicationThread.java127 void scheduleCrash(String msg) throws RemoteException; in scheduleCrash() method
DApplicationThreadNative.java1196 public void scheduleCrash(String msg) throws RemoteException { in scheduleCrash() method in ApplicationThreadProxy
DActivityThread.java941 public void scheduleCrash(String msg) { in scheduleCrash() method in ActivityThread.ApplicationThread