Searched refs:mPreviousScannedChannels (Results 1 – 1 of 1) sorted by relevance
112 private final ConcurrentSkipListSet<TunerChannel> mPreviousScannedChannels; field in ChannelDataManager159 mPreviousScannedChannels = new ConcurrentSkipListSet<>(); in ChannelDataManager()264 mPreviousScannedChannels.clear(); in notifyScanStarted()272 mPreviousScannedChannels.add(channel); in notifyScanStarted()294 if (!mPreviousScannedChannels.isEmpty()) { in scannedChannelHandlingCompleted()296 for (TunerChannel channel : mPreviousScannedChannels) { in scannedChannelHandlingCompleted()628 mPreviousScannedChannels.remove(channel); in handleChannel()