Home
last modified time | relevance | path

Searched refs:TEST_APP_LOG (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/incident/src/com/android/server/cts/
DProcStatsProtoTest.java34 private static final String TEST_APP_LOG = "Procstats app is running"; field in ProcStatsProtoTest
61 } while (!checkLogcatForText(TEST_APP_TAG, TEST_APP_LOG, WAIT_MS) && retries-- > 0); in testDump()
DNotificationIncidentTest.java54 private static final String TEST_APP_LOG = "Notification posted."; field in NotificationIncidentTest
67 } while (!checkLogcatForText(TEST_APP_TAG, TEST_APP_LOG, WAIT_MS) && retries-- > 0); in testNotificationRecords()