Home
last modified time | relevance | path

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

/cts/hostsidetests/systemui/src/android/host/systemui/
DBaseTileServiceTest.java138 while (!hasLog(searchStr) && (ct++ < CHECK_RETRIES)) { in waitFor()
141 return hasLog(searchStr); in waitFor()
144 protected boolean hasLog(String str) throws DeviceNotAvailableException { in hasLog() method in BaseTileServiceTest
DCompatChangesTileServiceTest.java144 while (!hasLog(searchStr) && (ct++ < CHECK_RETRIES)) { in waitFor()
147 return hasLog(searchStr); in waitFor()
150 protected boolean hasLog(String str) throws DeviceNotAvailableException { in hasLog() method in CompatChangesTileServiceTest
DActiveTileServiceCompatChangeTest.java162 while (!hasLog(searchStr) && (ct++ < CHECK_RETRIES)) { in waitFor()
165 return hasLog(searchStr); in waitFor()
168 protected boolean hasLog(String str) throws DeviceNotAvailableException { in hasLog() method in ActiveTileServiceCompatChangeTest