Home
last modified time | relevance | path

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

/packages/apps/TV/tests/unit/src/com/android/tv/data/
DChannelDataManagerTest.java301 mListener.channelListUpdatedLatch.await(WAIT_TIME_OUT_MS, TimeUnit.MILLISECONDS)); in testChannelListChanged()
312 mListener.channelListUpdatedLatch.await(WAIT_TIME_OUT_MS, TimeUnit.MILLISECONDS)); in testChannelListChanged()
329 mListener.channelListUpdatedLatch.await(WAIT_TIME_OUT_MS, TimeUnit.MILLISECONDS)); in testChannelListChanged()
621 public CountDownLatch channelListUpdatedLatch = new CountDownLatch(1); field in ChannelDataManagerTest.TestChannelDataManagerListener
631 channelListUpdatedLatch.countDown(); in onChannelListUpdated()
641 channelListUpdatedLatch = new CountDownLatch(1); in reset()