Searched defs:latch (Results 1 – 2 of 2) sorted by relevance
130 CountDownLatch latch = new CountDownLatch(1); in testRetrieveBugreportConsentGranted() local181 CountDownLatch latch = new CountDownLatch(1); in testRetrieveBugreportConsentDenied() local233 CountDownLatch latch = new CountDownLatch(1); in testBugreportsLimitReached() local394 CountDownLatch latch = new CountDownLatch(1); in startFullReport() local413 CountDownLatch latch = new CountDownLatch(1); in startDeferredReport() local463 final CountDownLatch latch; field in BugreportManagerTest.BugreportBroadcastReceiver513 BugreportCallbackImpl(CountDownLatch latch) { in BugreportCallbackImpl()
76 CountDownLatch latch = new CountDownLatch(1); in testAppCrashIsMitigated() local259 TestObserver(String name, CountDownLatch latch) { in TestObserver()