Searched refs:mQueueNotified (Results 1 – 1 of 1) sorted by relevance
49 private CountDownLatch mQueueNotified; field in MediaSessionTestService87 mQueueNotified = new CountDownLatch(1); in testSetQueue_setUp()92 mQueueNotified.countDown(); in testSetQueue_setUp()102 assertThat(mQueueNotified.await(TIMEOUT_MS, MILLISECONDS)).isTrue(); in testSetQueue_check()109 mQueueNotified = null; in testSetQueue_cleanUp()