HomeSort by relevance Sort by last modified time
    Searched refs:TEST_APP_LOG (Results 1 - 2 of 2) sorted by null

  /cts/hostsidetests/incident/src/com/android/server/cts/
ProcStatsProtoTest.java 34 private static final String TEST_APP_LOG = "Procstats app is running";
61 } while (!checkLogcatForText(TEST_APP_TAG, TEST_APP_LOG, WAIT_MS) && retries-- > 0);
NotificationIncidentTest.java 54 private static final String TEST_APP_LOG = "Notification posted.";
67 } while (!checkLogcatForText(TEST_APP_TAG, TEST_APP_LOG, WAIT_MS) && retries-- > 0);

Completed in 4130 milliseconds