Home
last modified time | relevance | path

Searched defs:shortMsg (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DAppErrors.java401 String shortMsg = crashInfo.exceptionClassName; in crashApplicationInner() local
532 String shortMsg, String longMsg, in handleAppCrashInActivityController()
573 String shortMsg, String longMsg, String stackTrace, AppErrorDialog.Data data) { in makeAppCrashingLocked()
612 int condition, String activity, String shortMsg, String longMsg, String stackTrace) { in generateProcessError()
673 String shortMsg, String longMsg, String stackTrace, AppErrorDialog.Data data) { in handleAppCrashLocked()
1102 String activity, String shortMsg, String longMsg) { in makeAppNotRespondingLocked()
1158 BadProcessInfo(long time, String shortMsg, String longMsg, String stack) { in BadProcessInfo()
1166 final String shortMsg; field in AppErrors.BadProcessInfo
/frameworks/base/core/java/android/app/
DIActivityController.aidl47 String shortMsg, String longMsg, in appCrashed()
DActivityManager.java2865 public String shortMsg; field in ActivityManager.ProcessErrorStateInfo
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
DUiAutomationShellWrapper.java99 public boolean appCrashed(String processName, int pid, String shortMsg, String longMsg, in appCrashed()
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
DAppCompatibility.java330 public boolean appCrashed(String processName, int pid, String shortMsg, String longMsg, in appCrashed()
/frameworks/base/tools/bit/
Dmain.cpp294 string shortMsg = get_bundle_string(m_sessionStatus.results(), &found, "shortMsg", NULL); in GetErrorMessage() local