Searched refs:latch (Results 1 – 5 of 5) sorted by relevance
190 final CountDownLatch latch = new CountDownLatch(1); in runTask() local195 latch.countDown(); in runTask()202 Assert.assertTrue(latch.await(mTimeoutMs, TimeUnit.MILLISECONDS)); in runTask()
197 OnContentDirtyLatch latch = new OnContentDirtyLatch(); in verifyResult() local198 sub.addContentListener(latch); in verifyResult()202 latch.isOnContentDirtyBeCalled(DEFAULT_TIMEOUT); in verifyResult()
341 CountDownLatch latch = mInitializationLatch; in ensureAccountsLoaded() local342 if (latch == null) { in ensureAccountsLoaded()347 latch.await(); in ensureAccountsLoaded()
184 final CountDownLatch latch = new CountDownLatch(1); in startFaceDetection()199 latch.countDown(); in startFaceDetection()203 latch.await(); in startFaceDetection()
1863 private void waitForAccess(CountDownLatch latch) { in waitForAccess() argument1864 if (latch == null) { in waitForAccess()1870 latch.await(); in waitForAccess()