Home
last modified time | relevance | path

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

/packages/apps/TV/tests/unit/src/com/android/tv/data/
DChannelDataManagerTest.java268 Channel channel2 = channels.get(1); in testBrowsable_skipNotification() local
270 mChannelDataManager.addChannelListener(channel2.getId(), channelListener); in testBrowsable_skipNotification()
274 mChannelDataManager.updateBrowsable(channel2.getId(), false, true); in testBrowsable_skipNotification()
279 assertThat(browsableChannelList).doesNotContain(channel2); in testBrowsable_skipNotification()
288 assertThat(browsableChannelList).doesNotContain(channel2); in testBrowsable_skipNotification()