Searched refs:TEST_APP_LOG (Results 1 – 2 of 2) sorted by relevance
34 private static final String TEST_APP_LOG = "Procstats app is running"; field in ProcStatsProtoTest61 } while (!checkLogcatForText(TEST_APP_TAG, TEST_APP_LOG, WAIT_MS) && retries-- > 0); in testDump()
54 private static final String TEST_APP_LOG = "Notification posted."; field in NotificationIncidentTest67 } while (!checkLogcatForText(TEST_APP_TAG, TEST_APP_LOG, WAIT_MS) && retries-- > 0); in testNotificationRecords()