Searched refs:mOnSessionCommandLatch (Results 1 – 2 of 2) sorted by relevance
421 private CountDownLatch mOnSessionCommandLatch = new CountDownLatch(1); field in MediaController2Test.Controller2Callback432 return mOnSessionCommandLatch.await(waitMs, TimeUnit.MILLISECONDS); in await()460 mOnSessionCommandLatch.countDown(); in onSessionCommand()497 return mOnSessionCommandLatch.await(waitTimeMs, TimeUnit.MILLISECONDS); in awaitOnSessionCommand()
679 private final CountDownLatch mOnSessionCommandLatch = new CountDownLatch(1); field in MediaSession2Test.Session2Callback734 mOnSessionCommandLatch.countDown(); in onSessionCommand()786 return mOnSessionCommandLatch.await(waitTimeMs, TimeUnit.MILLISECONDS); in awaitOnSessionCommand()