Searched refs:exceptionTypeId (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | AppErrors.java | 495 String message, boolean force, int exceptionTypeId, @Nullable Bundle extras) { in scheduleAppCrashLocked() argument 527 if (exceptionTypeId == CrashedByAdbException.TYPE_ID) { in scheduleAppCrashLocked() 539 proc.scheduleCrashLocked(message, exceptionTypeId, extras); in scheduleAppCrashLocked()
|
H A D | ProcessRecord.java | 1149 void scheduleCrashLocked(String message, int exceptionTypeId, @Nullable Bundle extras) { in scheduleCrashLocked() argument 1160 mThread.scheduleCrash(message, exceptionTypeId, extras); in scheduleCrashLocked()
|
H A D | ActiveServices.java | 1577 int appUid, int appPid, String localPackageName, int exceptionTypeId) { in killMisbehavingService() argument 1592 "Bad notification for startForeground", true /*force*/, exceptionTypeId); in killMisbehavingService()
|
H A D | ActivityManagerService.java | 3360 String message, boolean force, int exceptionTypeId) { in crashApplicationWithType() argument 3362 force, exceptionTypeId, null); in crashApplicationWithType() 3367 int userId, String message, boolean force, int exceptionTypeId, in crashApplicationWithTypeWithExtras() argument 3381 message, force, exceptionTypeId, extras); in crashApplicationWithTypeWithExtras()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | IActivityManager.aidl | 389 in String message, boolean force, int exceptionTypeId); in crashApplicationWithType() argument 391 int userId, in String message, boolean force, int exceptionTypeId, in Bundle extras); in crashApplicationWithTypeWithExtras() argument
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 1283 final int exceptionTypeId = fgService 1290 + message, true /* force */, exceptionTypeId));
|