Home
last modified time | relevance | path

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

/packages/apps/TV/tests/unit/src/com/android/tv/data/
DChannelDataManagerTest.java236 MoreAsserts.assertContentsInAnyOrder(channelListener.updatedChannels, channel1); in testBrowsable()
347 assertThat(channelListener.updatedChannels).hasSize(1); in testChannelListChanged()
348 Channel updatedChannel = channelListener.updatedChannels.get(0); in testChannelListChanged()
366 assertThat(channelListener.updatedChannels).isEmpty(); in testChannelListChanged()
707 public final List<Channel> updatedChannels = new ArrayList<>(); field in ChannelDataManagerTest.TestChannelDataManagerChannelListener
717 updatedChannels.add(channel); in onChannelUpdated()
724 updatedChannels.clear(); in reset()