Searched refs:PollingCheck (Results 1 – 2 of 2) sorted by relevance
26 public abstract class PollingCheck { class41 public PollingCheck(long timeout) { in PollingCheck() method in PollingCheck78 new PollingCheck(DEFAULT_TIMEOUT) { in waitFor() method92 new PollingCheck(timeout) { in waitFor() method
86 PollingCheck.waitFor(/* timeout= */ 5000) { in <lambda>()