Searched refs:hasLog (Results 1 – 3 of 3) sorted by relevance
138 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
144 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
162 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