HomeSort by relevance Sort by last modified time
    Searched full:shortmsg (Results 1 - 25 of 26) sorted by null

1 2

  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerProcessErrorStateInfoTest.java 65 String shortMsg = "shortMsg";
73 mErrorStateInfo.shortMsg = shortMsg;
88 assertEquals(shortMsg, values.shortMsg);
105 String shortMsg = "shortMsg";
113 mErrorStateInfo.shortMsg = shortMsg;
    [all...]
  /frameworks/base/core/java/android/app/
IActivityController.aidl 47 String shortMsg, String longMsg,
ActivityManager.java 656 public String shortMsg;
686 dest.writeString(shortMsg);
697 shortMsg = source.readString();
    [all...]
  /frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
ProcessErrorsTest.java 97 builder.append(" ").append(entry.shortMsg);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
InstrumentationResultParser.java 39 * INSTRUMENTATION_RESULT: shortMsg=error Message
70 private static final String SHORTMSG = "shortMsg";
267 mCurrentKey.equals(StatusKeys.SHORTMSG)) {
  /development/testrunner/
am_instrument_parser.py 119 result_dict['shortMsg'] = "No result returned from instrumentation"
adb_interface.py 232 if "shortMsg" in inst_finished_bundle:
233 short_msg_result = inst_finished_bundle["shortMsg"]
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityManagerTest.java 130 assertNotNull(info.shortMsg);
  /sdk/ddms/libs/ddmlib/tests/src/com/android/ddmlib/testrunner/
InstrumentationResultParserTest.java 140 output.append("INSTRUMENTATION_RESULT: shortMsg=");
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 482 public boolean appCrashed(String processName, int pid, String shortMsg, String longMsg,
488 System.out.println("shortMsg: " + shortMsg);
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]
ActivityRecord.java 537 info.putString("shortMsg", "keyDispatchingTimedOut");
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 290 String shortMsg, String longMsg,
294 System.err.println("// Short Msg: " + shortMsg);
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /cts/tools/dex-tools/dex/
classes.out.dex     [all...]
  /frameworks/base/api/
1.xml     [all...]
10.xml     [all...]
2.xml     [all...]
3.xml     [all...]
4.xml     [all...]
5.xml     [all...]
6.xml     [all...]
7.xml     [all...]
8.xml     [all...]
9.xml     [all...]

Completed in 4665 milliseconds

1 2