Searched refs:mOnSessionCommandLatch (Results 1 – 2 of 2) sorted by relevance
414 private CountDownLatch mOnSessionCommandLatch = new CountDownLatch(1); field in MediaController2Test.Controller2Callback425 return mOnSessionCommandLatch.await(waitMs, TimeUnit.MILLISECONDS); in await()453 mOnSessionCommandLatch.countDown(); in onSessionCommand()490 return mOnSessionCommandLatch.await(waitTimeMs, TimeUnit.MILLISECONDS); in awaitOnSessionCommand()
667 private final CountDownLatch mOnSessionCommandLatch = new CountDownLatch(1); field in MediaSession2Test.Session2Callback722 mOnSessionCommandLatch.countDown(); in onSessionCommand()774 return mOnSessionCommandLatch.await(waitTimeMs, TimeUnit.MILLISECONDS); in awaitOnSessionCommand()