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

/frameworks/support/app-toolkit/core-testing/src/main/java/androidx/arch/core/executor/
H A DTaskExecutorWithFakeMainThread.java89 void shutdown(int timeoutInSeconds) throws InterruptedException { argument
92 mMainThreadService.awaitTermination(timeoutInSeconds, TimeUnit.SECONDS);
93 mIOService.awaitTermination(timeoutInSeconds, TimeUnit.SECONDS);
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DAsyncListUtilLayoutTest.java223 public boolean waitForTiles(long timeoutInSeconds) throws InterruptedException { argument
224 return mTilesLatch.await(timeoutInSeconds, TimeUnit.SECONDS);
308 public boolean waitForItems(long timeoutInSeconds) throws InterruptedException { argument
309 return mItemsLatch.await(timeoutInSeconds, TimeUnit.SECONDS);
H A DBaseLinearLayoutManagerTest.java525 public void waitForAnimationsToEnd(int timeoutInSeconds) throws InterruptedException { argument
540 latch.await(timeoutInSeconds, TimeUnit.SECONDS);
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java189 int timeoutInSeconds = (int) timeoutMs / 1000;
213 timeoutInSeconds);

Completed in 97 milliseconds