Searched defs:waitFor (Results 1 – 3 of 3) sorted by relevance
26 public static boolean waitFor(CountDownLatch latch, int timeInSec) throws InterruptedException { in waitFor() method in TestUtils
77 public static void waitFor(final PollingCheckCondition condition) { in waitFor() method in PollingCheck
108 protected boolean waitFor(String str) throws DeviceNotAvailableException, InterruptedException { in waitFor() method in BaseTileServiceTest