Searched refs:mOnDisconnectedLatch (Results 1 – 2 of 2) sorted by relevance
420 CountDownLatch mOnDisconnectedLatch = new CountDownLatch(1); field in MediaController2Test.Controller2Callback450 mOnDisconnectedLatch.countDown(); in onDisconnected()489 return mOnDisconnectedLatch.await(waitTimeMs, TimeUnit.MILLISECONDS); in awaitOnDisconnected()
624 private final CountDownLatch mOnDisconnectedLatch = new CountDownLatch(1); field in MediaSession2Test.Controller2Callback637 mOnDisconnectedLatch.countDown(); in onDisconnected()656 return mOnDisconnectedLatch.await(waitTimeMs, TimeUnit.MILLISECONDS); in awaitOnDisconnected()