Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppErrors.java495 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()
DProcessRecord.java1225 void scheduleCrashLocked(String message, int exceptionTypeId, @Nullable Bundle extras) { in scheduleCrashLocked() argument
1236 mThread.scheduleCrash(message, exceptionTypeId, extras); in scheduleCrashLocked()
DActiveServices.java1731 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/
DIActivityManager.aidl391 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/
DNotificationManagerService.java1427 final int exceptionTypeId = fgService
1434 + message, true /* force */, exceptionTypeId));