HomeSort by relevance Sort by last modified time
    Searched refs:mOnSessionCommandLatch (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
MediaController2Test.java 421 private CountDownLatch mOnSessionCommandLatch = new CountDownLatch(1);
432 return mOnSessionCommandLatch.await(waitMs, TimeUnit.MILLISECONDS);
460 mOnSessionCommandLatch.countDown();
497 return mOnSessionCommandLatch.await(waitTimeMs, TimeUnit.MILLISECONDS);
MediaSession2Test.java 679 private final CountDownLatch mOnSessionCommandLatch = new CountDownLatch(1);
734 mOnSessionCommandLatch.countDown();
    [all...]

Completed in 72 milliseconds