Searched refs:mOnChildrenLoadedWithOptionsLatch (Results 1 – 1 of 1) sorted by relevance
96 private final TestCountDownLatch mOnChildrenLoadedWithOptionsLatch = new TestCountDownLatch(); field in MediaBrowserServiceTest119 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()