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.java177 List<ChannelInfo> channelInfoList = new ArrayList<>(); in testGetChannels() local
179 channelInfoList.add(ChannelInfo.create(getTargetContext(), i)); in testGetChannels()
184 for (ChannelInfo channelInfo : channelInfoList) { in testGetChannels()
187 channelInfoList.remove(channelInfo); in testGetChannels()