Home
last modified time | relevance | path

Searched defs:timeInSec (Results 1 – 2 of 2) sorted by relevance

/cts/tests/location/common/src/android/location/cts/common/
DTestUtils.java43 public static boolean waitFor(CountDownLatch latch, int timeInSec) throws InterruptedException { in waitFor()
67 public static boolean waitForWithCondition(int timeInSec, Callable<Boolean> callback) in waitForWithCondition()
DTestLocationListener.java80 public boolean await(int timeInSec) throws InterruptedException { in await()