HomeSort by relevance Sort by last modified time
    Searched refs:scheduleCrash (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/java/android/app/
IApplicationThread.java 134 void scheduleCrash(String msg) throws RemoteException;
ApplicationThreadNative.java 489 scheduleCrash(msg);
    [all...]
ActivityThread.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ProcessRecord.java 568 void scheduleCrash(String message) {
574 Slog.w(TAG, "scheduleCrash: trying to crash system process!");
579 thread.scheduleCrash(message);
583 kill("scheduleCrash for '" + message + "' failed", true);
    [all...]
AppErrors.java 296 proc.scheduleCrash(message);
    [all...]
BroadcastQueue.java 480 app.scheduleCrash("can't deliver broadcast");
    [all...]
ActivityStackSupervisor.java 476 callerApp.thread.scheduleCrash(message);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 396 milliseconds