Home
last modified time | relevance | path

Searched refs:checkLogcatForText (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/incident/src/com/android/server/cts/
DProcStatsProtoTest.java61 } while (!checkLogcatForText(TEST_APP_TAG, TEST_APP_LOG, WAIT_MS) && retries-- > 0); in testDump()
DBatteryStatsValidationTest.java322 checkLogcatForText(BG_VS_FG_TAG, searchString, maxTimeMs); in executeBackground()
370 checkLogcatForText(BG_VS_FG_TAG, searchString, maxTimeMs); in executeForeground()
DProtoDumpTestCase.java216 protected boolean checkLogcatForText(String logcatTag, String text, int maxTimeMs) { in checkLogcatForText() method in ProtoDumpTestCase