Home
last modified time | relevance | path

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

/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaController2Test.java414 private CountDownLatch mOnSessionCommandLatch = new CountDownLatch(1); field in MediaController2Test.Controller2Callback
425 return mOnSessionCommandLatch.await(waitMs, TimeUnit.MILLISECONDS); in await()
453 mOnSessionCommandLatch.countDown(); in onSessionCommand()
490 return mOnSessionCommandLatch.await(waitTimeMs, TimeUnit.MILLISECONDS); in awaitOnSessionCommand()
DMediaSession2Test.java667 private final CountDownLatch mOnSessionCommandLatch = new CountDownLatch(1); field in MediaSession2Test.Session2Callback
722 mOnSessionCommandLatch.countDown(); in onSessionCommand()
774 return mOnSessionCommandLatch.await(waitTimeMs, TimeUnit.MILLISECONDS); in awaitOnSessionCommand()