Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/
H A DChannelDataManager.java107 private final ConcurrentSkipListMap<TunerChannel, Long> mTunerChannelIdMap; field in ChannelDataManager
153 mTunerChannelIdMap = new ConcurrentSkipListMap<>(); in ChannelDataManager()
625 mTunerChannelIdMap.put(channel, channelId); in handleChannel()
687 Long channelId = mTunerChannelIdMap.get(channel); in getChannelId()
699 mTunerChannelIdMap.put(channel, tunerChannel.getChannelId()); in getChannelId()
775 mTunerChannelIdMap.clear(); in buildChannelMap()
778 mTunerChannelIdMap.put(channel, channel.getChannelId()); in buildChannelMap()