Home
last modified time | relevance | path

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

/cts/hostsidetests/systemui/src/android/host/systemui/
DBaseTileServiceTest.java112 while (!hasLog(searchStr) && (ct++ < CHECK_RETRIES)) { in waitFor()
115 return hasLog(searchStr); in waitFor()
118 protected boolean hasLog(String str) throws DeviceNotAvailableException { in hasLog() method in BaseTileServiceTest