Searched refs:checkLogcatForText (Results 1 – 3 of 3) sorted by relevance
61 } while (!checkLogcatForText(TEST_APP_TAG, TEST_APP_LOG, WAIT_MS) && retries-- > 0); in testDump()
322 checkLogcatForText(BG_VS_FG_TAG, searchString, maxTimeMs); in executeBackground()370 checkLogcatForText(BG_VS_FG_TAG, searchString, maxTimeMs); in executeForeground()
216 protected boolean checkLogcatForText(String logcatTag, String text, int maxTimeMs) { in checkLogcatForText() method in ProtoDumpTestCase