Searched refs: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() argument 527 if (exceptionTypeId == CrashedByAdbException.TYPE_ID) { in scheduleAppCrashLocked() 539 proc.scheduleCrashLocked(message, exceptionTypeId, extras); in scheduleAppCrashLocked()
|
D | ProcessRecord.java | 1225 void scheduleCrashLocked(String message, int exceptionTypeId, @Nullable Bundle extras) { in scheduleCrashLocked() argument 1236 mThread.scheduleCrash(message, exceptionTypeId, extras); in scheduleCrashLocked()
|
D | ActiveServices.java | 1731 int appUid, int appPid, String localPackageName, int exceptionTypeId) { in killMisbehavingService() argument 1746 "Bad notification for startForeground", true /*force*/, exceptionTypeId); in killMisbehavingService()
|
/frameworks/base/core/java/android/app/ |
D | IActivityManager.aidl | 391 in String message, boolean force, int exceptionTypeId); in crashApplicationWithType() argument 393 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 | 1427 final int exceptionTypeId = fgService 1434 + message, true /* force */, exceptionTypeId));
|