Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/tests/MediaRouter/src/com/android/mediaroutertest/
H A DMediaRouter2ManagerTest.java431 CountDownLatch onSessionCreatedLatch = new CountDownLatch(1); in testTransfer_unknownRoute_fail() local
439 onSessionCreatedLatch.countDown(); in testTransfer_unknownRoute_fail()
506 CountDownLatch onSessionCreatedLatch = new CountDownLatch(1); in testSelectAndTransferAndRelease() local
513 onSessionCreatedLatch.countDown(); in testSelectAndTransferAndRelease()
520 assertThat(onSessionCreatedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)).isTrue(); in testSelectAndTransferAndRelease()
618 CountDownLatch onSessionCreatedLatch = new CountDownLatch(1); in testTransfer_ignored_fails() local
625 onSessionCreatedLatch.countDown(); in testTransfer_ignored_fails()
693 CountDownLatch onSessionCreatedLatch = new CountDownLatch(1); in testSetSessionVolume() local
702 onSessionCreatedLatch.countDown(); in testSetSessionVolume()
884 CountDownLatch onSessionCreatedLatch = new CountDownLatch(1); in testGetSelectableRoutes_notReturnsSelectedRoutes() local
[all …]