Searched refs:pollInterval (Results 1 – 1 of 1) sorted by relevance
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/ |
D | PollingCheck.java | 55 PollingCheckClock clock, long pollInterval, long timeout, Callable<Boolean> condition) in check() argument 64 clock.sleep(pollInterval); in check() 99 long pollInterval, in check() argument 103 if (!check(clock, pollInterval, timeout, condition)) { in check() 133 long pollInterval, in waitFor() argument 137 check(clock, "Unexpected timeout waiting for condition", pollInterval, timeout, condition); in waitFor()
|