Searched refs:checkLogcatForText (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/incident/src/com/android/server/cts/ |
D | ProcStatsProtoTest.java | 61 } while (!checkLogcatForText(TEST_APP_TAG, TEST_APP_LOG, WAIT_MS) && retries-- > 0); in testDump()
|
D | BatteryStatsValidationTest.java | 561 checkLogcatForText(BG_VS_FG_TAG, searchString, maxTimeMs); in executeBackground() 609 checkLogcatForText(BG_VS_FG_TAG, searchString, maxTimeMs); in executeForeground()
|
D | NotificationIncidentTest.java | 72 } while (!checkLogcatForText(TEST_APP_TAG, TEST_APP_LOG, WAIT_MS) && retries-- > 0); in testNotificationRecords()
|
D | ProtoDumpTestCase.java | 216 protected boolean checkLogcatForText(String logcatTag, String text, int maxTimeMs) { in checkLogcatForText() method in ProtoDumpTestCase
|