Home
last modified time | relevance | path

Searched defs:exceptionTypeId (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppErrors.java495 String message, boolean force, int exceptionTypeId, @Nullable Bundle extras) { in scheduleAppCrashLocked()
H A DProcessRecord.java1149 void scheduleCrashLocked(String message, int exceptionTypeId, @Nullable Bundle extras) { in scheduleCrashLocked()
H A DActiveServices.java1577 int appUid, int appPid, String localPackageName, int exceptionTypeId) { in killMisbehavingService()
H A DActivityManagerService.java3360 String message, boolean force, int exceptionTypeId) { in crashApplicationWithType()
3367 int userId, String message, boolean force, int exceptionTypeId, in crashApplicationWithTypeWithExtras()
/aosp14/frameworks/base/core/java/android/app/
H A DIActivityManager.aidl389 in String message, boolean force, int exceptionTypeId); in crashApplicationWithType()
391 int userId, in String message, boolean force, int exceptionTypeId, in Bundle extras); in crashApplicationWithTypeWithExtras()