Searched refs:exceptionTypeId (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/apps/Settings/src/com/android/settings/password/ |
H A D | PasswordUtils.java | 83 int exceptionTypeId) { in crashCallingApplication() argument 95 exceptionTypeId); in crashCallingApplication()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | IActivityManager.aidl | 323 in String message, boolean force, int exceptionTypeId); in crashApplicationWithType() argument 325 int userId, in String message, boolean force, int exceptionTypeId, in Bundle extras); in crashApplicationWithTypeWithExtras() argument
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ProcessRecord.java | 962 void scheduleCrashLocked(String message, int exceptionTypeId, @Nullable Bundle extras) { in scheduleCrashLocked() argument 973 mThread.scheduleCrash(message, exceptionTypeId, extras); in scheduleCrashLocked()
|
H A D | AppErrors.java | 494 String message, boolean force, int exceptionTypeId, @Nullable Bundle extras) { in scheduleAppCrashLocked() argument 526 proc.scheduleCrashLocked(message, exceptionTypeId, extras); in scheduleAppCrashLocked()
|
H A D | ActiveServices.java | 1247 int appUid, int appPid, String localPackageName, int exceptionTypeId) { in killMisbehavingService() argument 1262 "Bad notification for startForeground", true /*force*/, exceptionTypeId); in killMisbehavingService()
|
H A D | ActivityManagerService.java | 3008 String message, boolean force, int exceptionTypeId) { in crashApplicationWithType() argument 3010 force, exceptionTypeId, null); in crashApplicationWithType() 3015 int userId, String message, boolean force, int exceptionTypeId, in crashApplicationWithTypeWithExtras() argument 3029 message, force, exceptionTypeId, extras); in crashApplicationWithTypeWithExtras()
|