Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/tests/MediaRouter/src/com/android/mediaroutertest/
H A DMediaRouter2ManagerTest.java179 CountDownLatch addedLatch = new CountDownLatch(1); in testOnRoutesRemovedAndAdded() local
201 addedLatch.countDown(); in testOnRoutesRemovedAndAdded()
214 assertTrue(addedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testOnRoutesRemovedAndAdded()
219 CountDownLatch addedLatch = new CountDownLatch(1); in testGetRoutes_removedRoute_returnsCorrectRoutes() local
229 addedLatch.countDown(); in testGetRoutes_removedRoute_returnsCorrectRoutes()
256 assertTrue(addedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testGetRoutes_removedRoute_returnsCorrectRoutes()
824 CountDownLatch addedLatch = new CountDownLatch(1); in waitAndGetRoutesWithManager() local
835 addedLatch.countDown(); in waitAndGetRoutesWithManager()
857 addedLatch.await(WAIT_TIME_MS, TimeUnit.MILLISECONDS); in waitAndGetRoutesWithManager()