Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIApplicationThread.aidl121 void scheduleCrash(in String msg, int typeId, in Bundle extras); in scheduleCrash() method
DActivityThread.java1547 public void scheduleCrash(String msg, int typeId, @Nullable Bundle extras) { in scheduleCrash() method in ActivityThread.ApplicationThread