Searched defs:scheduleCrash (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/app/ | ||
D | IApplicationThread.java | 127 void scheduleCrash(String msg) throws RemoteException; in scheduleCrash() method |
D | ApplicationThreadNative.java | 1196 public void scheduleCrash(String msg) throws RemoteException { in scheduleCrash() method in ApplicationThreadProxy |
D | ActivityThread.java | 941 public void scheduleCrash(String msg) { in scheduleCrash() method in ActivityThread.ApplicationThread |