Searched refs:timeoutInSeconds (Results 1 – 3 of 3) sorted by relevance
217 public boolean waitForTiles(long timeoutInSeconds) throws InterruptedException { in waitForTiles() argument218 return mTilesLatch.await(timeoutInSeconds, TimeUnit.SECONDS); in waitForTiles()302 public boolean waitForItems(long timeoutInSeconds) throws InterruptedException { in waitForItems() argument303 return mItemsLatch.await(timeoutInSeconds, TimeUnit.SECONDS); in waitForItems()
524 public void waitForAnimationsToEnd(int timeoutInSeconds) throws InterruptedException { in waitForAnimationsToEnd() argument539 latch.await(timeoutInSeconds, TimeUnit.SECONDS); in waitForAnimationsToEnd()
185 int timeoutInSeconds = (int) timeoutMs / 1000; in showTimeoutDialog() local210 timeoutInSeconds); in showTimeoutDialog()