Home
last modified time | relevance | path

Searched defs:latch (Results 1 – 2 of 2) sorted by relevance

/test/cts-root/tests/bugreport/src/android/bugreport/cts_root/
DBugreportManagerTest.java88 CountDownLatch latch = new CountDownLatch(1); in testRetrieveBugreportConsentGranted() local
134 CountDownLatch latch = new CountDownLatch(1); in testRetrieveBugreportConsentDenied() local
192 BugreportCallbackImpl(CountDownLatch latch) { in BugreportCallbackImpl()
/test/cts-root/tests/packagewatchdog/src/android/packagewatchdog/cts_root/
DPackageWatchdogTest.java74 CountDownLatch latch = new CountDownLatch(1); in testAppCrashIsMitigated() local
251 TestObserver(String name, CountDownLatch latch) { in TestObserver()