Searched defs:exceptionTypeId (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppErrors.java | 495 String message, boolean force, int exceptionTypeId, @Nullable Bundle extras) { in scheduleAppCrashLocked()
|
D | ProcessRecord.java | 1034 void scheduleCrashLocked(String message, int exceptionTypeId, @Nullable Bundle extras) { in scheduleCrashLocked()
|
D | ActiveServices.java | 1340 int appUid, int appPid, String localPackageName, int exceptionTypeId) { in killMisbehavingService()
|
D | ActivityManagerService.java | 3197 String message, boolean force, int exceptionTypeId) { in crashApplicationWithType() 3204 int userId, String message, boolean force, int exceptionTypeId, in crashApplicationWithTypeWithExtras()
|
/frameworks/base/core/java/android/app/ |
D | IActivityManager.aidl | 336 in String message, boolean force, int exceptionTypeId); in crashApplicationWithType() 338 int userId, in String message, boolean force, int exceptionTypeId, in Bundle extras); in crashApplicationWithTypeWithExtras()
|