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

  /frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
ProcessErrorsTest.java 83 final String reportMsg = checkForProcessErrors();
84 if (reportMsg != null) {
85 Log.w(TAG, reportMsg);
89 assertNull(reportMsg, reportMsg);
209 final String reportMsg = reportListContents(errList);
210 return reportMsg;

Completed in 670 milliseconds