Searched refs:mOnDisconnectedLatch (Results 1 – 2 of 2) sorted by relevance
413 CountDownLatch mOnDisconnectedLatch = new CountDownLatch(1); field in MediaController2Test.Controller2Callback443 mOnDisconnectedLatch.countDown(); in onDisconnected()482 return mOnDisconnectedLatch.await(waitTimeMs, TimeUnit.MILLISECONDS); in awaitOnDisconnected()
612 private final CountDownLatch mOnDisconnectedLatch = new CountDownLatch(1); field in MediaSession2Test.Controller2Callback625 mOnDisconnectedLatch.countDown(); in onDisconnected()644 return mOnDisconnectedLatch.await(waitTimeMs, TimeUnit.MILLISECONDS); in awaitOnDisconnected()