Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIApplicationThread.aidl112 void scheduleCrash(in String msg, int typeId, in Bundle extras); in scheduleCrash() method
DActivityThread.java1325 public void scheduleCrash(String msg, int typeId, @Nullable Bundle extras) { in scheduleCrash() method in ActivityThread.ApplicationThread
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTransactionParcelTests.java516 public void scheduleCrash(String s, int i, Bundle extras) throws RemoteException { in scheduleCrash() method in TransactionParcelTests.StubAppThread