Home
last modified time | relevance | path

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

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