Searched defs:scheduleCrash (Results 1 – 3 of 3) sorted by relevance
112 void scheduleCrash(in String msg, int typeId, in Bundle extras); in scheduleCrash() method
1325 public void scheduleCrash(String msg, int typeId, @Nullable Bundle extras) { in scheduleCrash() method in ActivityThread.ApplicationThread
516 public void scheduleCrash(String s, int i, Bundle extras) throws RemoteException { in scheduleCrash() method in TransactionParcelTests.StubAppThread