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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DAsyncListUtilLayoutTest.java200 public boolean waitForTiles(long timeoutInSeconds) throws InterruptedException { argument
201 return mTilesLatch.await(timeoutInSeconds, TimeUnit.SECONDS);
285 public boolean waitForItems(long timeoutInSeconds) throws InterruptedException { argument
286 return mItemsLatch.await(timeoutInSeconds, TimeUnit.SECONDS);
H A DLinearLayoutManagerTest.java1429 public void waitForAnimationsToEnd(int timeoutInSeconds) throws InterruptedException { argument
1444 latch.await(timeoutInSeconds, TimeUnit.SECONDS);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java185 int timeoutInSeconds = (int) timeoutMs / 1000;
209 timeoutInSeconds);

Completed in 176 milliseconds