Searched refs:_WaitUntil (Results 1 – 1 of 1) sorted by relevance
50 def _WaitUntil(predicate, max_attempts=5): function75 return _WaitUntil(lambda: ports.IsHostPortUsed(port) == expected_status)80 return _WaitUntil(lambda: ports.IsDevicePortUsed(adb, port))262 _WaitUntil(lambda: self.stop_flag, max_attempts=sys.maxint)