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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DAsyncListUtilLayoutTest.java222 public boolean waitForTiles(long timeoutInSeconds) throws InterruptedException { argument
223 return mTilesLatch.await(timeoutInSeconds, TimeUnit.SECONDS);
307 public boolean waitForItems(long timeoutInSeconds) throws InterruptedException { argument
308 return mItemsLatch.await(timeoutInSeconds, TimeUnit.SECONDS);
H A DBaseLinearLayoutManagerTest.java523 public void waitForAnimationsToEnd(int timeoutInSeconds) throws InterruptedException { argument
538 latch.await(timeoutInSeconds, TimeUnit.SECONDS);
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java190 int timeoutInSeconds = (int) timeoutMs / 1000;
214 timeoutInSeconds);

Completed in 116 milliseconds