Searched defs:latch (Results 1 – 2 of 2) sorted by relevance
133 CountDownLatch latch = new CountDownLatch(1); in testRetrieveBugreportConsentGranted() local184 CountDownLatch latch = new CountDownLatch(1); in testRetrieveBugreportConsentDenied() local236 CountDownLatch latch = new CountDownLatch(1); in testBugreportsLimitReached() local397 CountDownLatch latch = new CountDownLatch(1); in startFullReport() local417 CountDownLatch latch = new CountDownLatch(1); in startDeferredReport() local467 final CountDownLatch latch; field in BugreportManagerTest.BugreportBroadcastReceiver518 BugreportCallbackImpl(CountDownLatch latch) { in BugreportCallbackImpl()
79 CountDownLatch latch = new CountDownLatch(1); in testAppCrashIsMitigated() local283 TestObserver(String name, CountDownLatch latch) { in TestObserver()