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