Searched refs:shortMsg (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/app/
H A DIActivityController.aidl46 boolean appCrashed(String processName, int pid, String shortMsg,
H A DActivityManager.java523 public String shortMsg; field in class:ActivityManager.ProcessErrorStateInfo
548 dest.writeString(shortMsg);
560 shortMsg = source.readString();
H A DIActivityManager.java237 String tag, String shortMsg, String longMsg,
235 handleApplicationError(IBinder app, int flags, String tag, String shortMsg, String longMsg, byte[] crashData) argument
H A DActivityManagerNative.java950 String shortMsg = data.readString();
953 int res = handleApplicationError(app, fl, tag, shortMsg, longMsg,
2231 String tag, String shortMsg, String longMsg,
2240 data.writeString(shortMsg);
2230 handleApplicationError(IBinder app, int flags, String tag, String shortMsg, String longMsg, byte[] crashData) argument
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DProcessErrorsTest.java108 final String entryReport = "Process error " + condition + " " + entry.shortMsg +
/frameworks/base/services/java/com/android/server/am/
H A DAppErrorDialog.java44 String shortMsg, String longMsg) {
42 AppErrorDialog(Context context, AppErrorResult result, ProcessRecord app, int flags, String shortMsg, String longMsg) argument
H A DActivityManagerService.java973 (String)data.get("shortMsg"),
4368 info.putString("shortMsg", "Process crashed.");
8228 String tag, String shortMsg, String longMsg, byte[] crashData) {
8231 ActivityManager.ProcessErrorStateInfo.CRASHED, tag, shortMsg, longMsg, crashData);
8263 String tag, String shortMsg, String longMsg, byte[] crashData) {
8266 ActivityManager.ProcessErrorStateInfo.NOT_RESPONDING, tag, shortMsg, longMsg,
8279 * @param shortMsg Short message describing the crash.
8286 int condition, String tag, String shortMsg, String longMsg, byte[] crashData) {
8294 report.shortMsg = shortMsg;
8227 makeAppCrashingLocked(ProcessRecord app, String tag, String shortMsg, String longMsg, byte[] crashData) argument
8262 makeAppNotRespondingLocked(ProcessRecord app, String tag, String shortMsg, String longMsg, byte[] crashData) argument
8285 generateProcessError(ProcessRecord app, int condition, String tag, String shortMsg, String longMsg, byte[] crashData) argument
8410 handleApplicationError(IBinder app, int flags, String tag, String shortMsg, String longMsg, byte[] crashData) argument
[all...]
/frameworks/base/tests/AndroidTests/src/com/android/unit_tests/activity/
H A DActivityManagerTest.java130 assertNotNull(info.shortMsg);

Completed in 82 milliseconds