Searched refs:timeoutInSeconds (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DAsyncListUtilLayoutTest.java217 public boolean waitForTiles(long timeoutInSeconds) throws InterruptedException { argument
218 return mTilesLatch.await(timeoutInSeconds, TimeUnit.SECONDS);
302 public boolean waitForItems(long timeoutInSeconds) throws InterruptedException { argument
303 return mItemsLatch.await(timeoutInSeconds, TimeUnit.SECONDS);
H A DBaseLinearLayoutManagerTest.java524 public void waitForAnimationsToEnd(int timeoutInSeconds) throws InterruptedException { argument
539 latch.await(timeoutInSeconds, TimeUnit.SECONDS);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java185 int timeoutInSeconds = (int) timeoutMs / 1000;
210 timeoutInSeconds);

Completed in 96 milliseconds