Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/tests/MediaRouter/src/com/android/mediaroutertest/
H A DMediaRouter2ManagerTest.java777 final CountDownLatch onRequestFailedSecondCallLatch = new CountDownLatch(1); in testOnRequestFailedCalledForProperRequestId() local
785 onRequestFailedSecondCallLatch.countDown(); in testOnRequestFailedCalledForProperRequestId()
802 assertThat(onRequestFailedSecondCallLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)) in testOnRequestFailedCalledForProperRequestId()