Searched refs:mScannedChannels (Results 1 – 1 of 1) sorted by relevance
109 private final ConcurrentSkipListSet<TunerChannel> mScannedChannels; field in ChannelDataManager158 mScannedChannels = new ConcurrentSkipListSet<>(); in ChannelDataManager()251 mScannedChannels.clear(); in notifyScanStarted()312 return mScannedChannels.size(); in getScannedChannelCount()581 mScannedChannels.add(channel); in handleChannel()