/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/ |
D | ProcessErrorsTest.java | 305 condition, entry.shortMsg)); in reportListContents() 358 && strEquals(info.shortMsg, peOther.info.shortMsg) in equals() 379 code *= hash(info.shortMsg); in hashCode()
|
/frameworks/base/core/java/android/app/ |
D | IActivityController.aidl | 47 String shortMsg, String longMsg, in appCrashed() argument
|
D | ActivityManager.java | 1843 public String shortMsg; field in ActivityManager.ProcessErrorStateInfo 1875 dest.writeString(shortMsg); in writeToParcel() 1886 shortMsg = source.readString(); in readFromParcel()
|
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/ |
D | UiAutomationShellWrapper.java | 100 public boolean appCrashed(String processName, int pid, String shortMsg, String longMsg, in appCrashed() argument
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | ActivityManagerTest.java | 130 assertNotNull(info.shortMsg); in checkErrorListSanity()
|
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/ |
D | MemoryUsageTest.java | 272 Log.w(TAG, appName + " crashed: " + crash.shortMsg); in reportError() 273 results.putString(mNameToResultKey.get(appName), crash.shortMsg); in reportError()
|
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/ |
D | AppLaunch.java | 307 Log.w(TAG, appName + " crashed: " + crash.shortMsg); in reportError() 308 mResult.putString(mNameToResultKey.get(appName), crash.shortMsg); in reportError()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 523 BadProcessInfo(long time, String shortMsg, String longMsg, String stack) { in BadProcessInfo() argument 525 this.shortMsg = shortMsg; in BadProcessInfo() 531 final String shortMsg; field in ActivityManagerService.BadProcessInfo 11391 String shortMsg, String longMsg, String stackTrace) { 11394 ActivityManager.ProcessErrorStateInfo.CRASHED, null, shortMsg, longMsg, stackTrace); 11397 return handleAppCrashLocked(app, shortMsg, longMsg, stackTrace); 11401 String activity, String shortMsg, String longMsg) { 11405 activity, shortMsg, longMsg, null); 11424 int condition, String activity, String shortMsg, String longMsg, String stackTrace) { 11432 report.shortMsg = shortMsg; [all …]
|
/frameworks/base/cmds/am/src/com/android/commands/am/ |
D | Am.java | 1244 public boolean appCrashed(String processName, int pid, String shortMsg, String longMsg, in appCrashed() argument 1250 System.out.println("shortMsg: " + shortMsg); in appCrashed()
|
/frameworks/base/api/ |
D | system-current.txt | 3652 field public java.lang.String shortMsg;
|
D | current.txt | 3564 field public java.lang.String shortMsg;
|