Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/tests/src/com/android/mail/ui/
DMailAsyncTaskLoaderTest.java21 final CountDownLatch resultDiscardedLatch = new CountDownLatch(1); field in MailAsyncTaskLoaderTest.LoaderTestActivity
34 resultDiscardedLatch.countDown(); in runLoaderTest()
66 resultDiscardedLatch.await(30, TimeUnit.SECONDS)); in runLoaderTest()