Home
last modified time | relevance | path

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

/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaBrowserServiceTest.java96 private final TestCountDownLatch mOnChildrenLoadedWithOptionsLatch = new TestCountDownLatch(); field in MediaBrowserServiceTest
119 mOnChildrenLoadedWithOptionsLatch.countDown();
151 mOnChildrenLoadedWithOptionsLatch.reset(); in setUp()
217 assertThat(mOnChildrenLoadedWithOptionsLatch.await(TIME_OUT_MS)).isTrue(); in testNotifyChildrenChangedWithPagination()
219 mOnChildrenLoadedWithOptionsLatch.reset(); in testNotifyChildrenChangedWithPagination()
221 assertThat(mOnChildrenLoadedWithOptionsLatch.await(TIME_OUT_MS)).isTrue(); in testNotifyChildrenChangedWithPagination()
224 mOnChildrenLoadedWithOptionsLatch.reset(); in testNotifyChildrenChangedWithPagination()
232 assertThat(mOnChildrenLoadedWithOptionsLatch.await(TIME_OUT_MS)).isTrue(); in testNotifyChildrenChangedWithPagination()
235 mOnChildrenLoadedWithOptionsLatch.reset(); in testNotifyChildrenChangedWithPagination()
241 assertThat(mOnChildrenLoadedWithOptionsLatch.await(WAIT_TIME_FOR_NO_RESPONSE_MS)).isFalse(); in testNotifyChildrenChangedWithPagination()