Searched refs:mPreviousScannedChannels (Results 1 – 1 of 1) sorted by relevance
113 private final ConcurrentSkipListSet<TunerChannel> mPreviousScannedChannels; field in ChannelDataManager160 mPreviousScannedChannels = new ConcurrentSkipListSet<>(); in ChannelDataManager()265 mPreviousScannedChannels.clear(); in notifyScanStarted()273 mPreviousScannedChannels.add(channel); in notifyScanStarted()295 if (!mPreviousScannedChannels.isEmpty()) { in scannedChannelHandlingCompleted()297 for (TunerChannel channel : mPreviousScannedChannels) { in scannedChannelHandlingCompleted()623 mPreviousScannedChannels.remove(channel); in handleChannel()