Searched refs:mAllItemsNotified (Results 1 – 2 of 2) sorted by relevance
48 private CountDownLatch mAllItemsNotified; field in MediaBrowserServiceTestService55 mAllItemsNotified = new CountDownLatch(1); in testSeriesOfNotifyChildrenChanged_setUp()70 mAllItemsNotified.countDown(); in testSeriesOfNotifyChildrenChanged_setUp()84 assertThat(mAllItemsNotified.await(TIMEOUT_MS, MILLISECONDS)).isTrue(); in testSeriesOfNotifyChildrenChanged_check()92 mAllItemsNotified = null; in testSeriesOfNotifyChildrenChanged_cleanUp()
48 private CountDownLatch mAllItemsNotified; field in MediaSessionTestService55 mAllItemsNotified = new CountDownLatch(1); in testSeriesOfSetQueue_setUp()62 mAllItemsNotified.countDown(); in testSeriesOfSetQueue_setUp()73 assertThat(mAllItemsNotified.await(TIMEOUT_MS, MILLISECONDS)).isTrue(); in testSeriesOfSetQueue_check()80 mAllItemsNotified = null; in testSeriesOfSetQueue_cleanUp()