Home
last modified time | relevance | path

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

/packages/apps/TV/tests/unit/src/com/android/tv/data/
DChannelDataManagerTest.java183 List<ChannelInfo> channelInfoList = new ArrayList<>(); in testGetChannels() local
185 channelInfoList.add(ChannelInfo.create(getTargetContext(), i)); in testGetChannels()
190 for (ChannelInfo channelInfo : channelInfoList) { in testGetChannels()
193 channelInfoList.remove(channelInfo); in testGetChannels()