Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/tests/MediaRouter/src/com/android/mediaroutertest/
H A DMediaRouter2ManagerTest.java692 final CountDownLatch onRequestFailedSecondCallLatch = new CountDownLatch(1); in testOnRequestFailedCalledForProperRequestId() local
700 onRequestFailedSecondCallLatch.countDown(); in testOnRequestFailedCalledForProperRequestId()
717 assertFalse(onRequestFailedSecondCallLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testOnRequestFailedCalledForProperRequestId()