Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java967 void scheduleCrashLocked(String message, int exceptionTypeId) { in scheduleCrashLocked() argument
978 mThread.scheduleCrash(message, exceptionTypeId); in scheduleCrashLocked()
DAppErrors.java492 String message, boolean force, int exceptionTypeId) { in scheduleAppCrashLocked() argument
524 proc.scheduleCrashLocked(message, exceptionTypeId); in scheduleAppCrashLocked()
DActivityManagerService.java2990 String message, boolean force, int exceptionTypeId) { in crashApplicationWithType() argument
3003 message, force, exceptionTypeId); in crashApplicationWithType()
/frameworks/base/core/java/android/app/
DIActivityManager.aidl325 in String message, boolean force, int exceptionTypeId); in crashApplicationWithType() argument