Home
last modified time | relevance | path

Searched refs:latch (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/util/
DFakeAsyncTaskExecutor.java190 final CountDownLatch latch = new CountDownLatch(1); in runTask() local
195 latch.countDown(); in runTask()
202 Assert.assertTrue(latch.await(mTimeoutMs, TimeUnit.MILLISECONDS)); in runTask()
/packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
DLocalDataTest.java197 OnContentDirtyLatch latch = new OnContentDirtyLatch(); in verifyResult() local
198 sub.addContentListener(latch); in verifyResult()
202 latch.isOnContentDirtyBeCalled(DEFAULT_TIMEOUT); in verifyResult()
/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java341 CountDownLatch latch = mInitializationLatch; in ensureAccountsLoaded() local
342 if (latch == null) { in ensureAccountsLoaded()
347 latch.await(); in ensureAccountsLoaded()
/packages/apps/Gallery/src/com/android/camera/
DCropImage.java184 final CountDownLatch latch = new CountDownLatch(1); in startFaceDetection()
199 latch.countDown(); in startFaceDetection()
203 latch.await(); in startFaceDetection()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1863 private void waitForAccess(CountDownLatch latch) { in waitForAccess() argument
1864 if (latch == null) { in waitForAccess()
1870 latch.await(); in waitForAccess()