Searched refs:exceptionTypeId (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppErrors.java | 515 String message, boolean force, int exceptionTypeId, @Nullable Bundle extras) { in scheduleAppCrashLocked() argument 547 if (exceptionTypeId == CrashedByAdbException.TYPE_ID) { in scheduleAppCrashLocked() 559 proc.scheduleCrashLocked(message, exceptionTypeId, extras); in scheduleAppCrashLocked()
|
D | ProcessRecord.java | 1233 void scheduleCrashLocked(String message, int exceptionTypeId, @Nullable Bundle extras) { in scheduleCrashLocked() argument 1244 mThread.scheduleCrash(message, exceptionTypeId, extras); in scheduleCrashLocked()
|
D | ActivityManagerService.java | 3316 String message, boolean force, int exceptionTypeId) { in crashApplicationWithType() argument 3318 force, exceptionTypeId, null); in crashApplicationWithType() 3323 int userId, String message, boolean force, int exceptionTypeId, in crashApplicationWithTypeWithExtras() argument 3337 message, force, exceptionTypeId, extras); in crashApplicationWithTypeWithExtras()
|
D | ActiveServices.java | 1738 int appUid, int appPid, String localPackageName, int exceptionTypeId) { in killMisbehavingService() argument 1753 "Bad notification for startForeground", true /*force*/, exceptionTypeId); in killMisbehavingService()
|
/frameworks/base/core/java/android/app/ |
D | IActivityManager.aidl | 392 in String message, boolean force, int exceptionTypeId); in crashApplicationWithType() argument 394 int userId, in String message, boolean force, int exceptionTypeId, in Bundle extras); in crashApplicationWithTypeWithExtras() argument
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 1536 final int exceptionTypeId = fgService 1543 + message, true /* force */, exceptionTypeId));
|