Searched refs:ChannelWrapper (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/data/
H A DChannelDataManager.java103 for (ChannelWrapper channel : mData.channelWrapperMap.values()) {
120 ArrayList<ChannelWrapper> removedChannels = new ArrayList<>();
121 for (ChannelWrapper channel : mData.channelWrapperMap.values()) {
131 for (ChannelWrapper channelWrapper : data.channelWrapperMap.values()) {
139 for (ChannelWrapper channel : removedChannels) {
253 ChannelWrapper channelWrapper = mData.channelWrapperMap.get(channelId);
265 ChannelWrapper channelWrapper = mData.channelWrapperMap.get(channelId);
332 ChannelWrapper channelWrapper = mData.channelWrapperMap.get(channelId);
354 ChannelWrapper channelWrapper = mData.channelWrapperMap.get(channelId);
407 ChannelWrapper channelWrappe
553 private class ChannelWrapper { class in class:ChannelDataManager
560 ChannelWrapper(Channel channel) { method in class:ChannelDataManager.ChannelWrapper
[all...]

Completed in 52 milliseconds