Searched refs:mPreviousScannedChannels (Results 1 – 1 of 1) sorted by relevance
99 private final ConcurrentSkipListSet<TunerChannel> mPreviousScannedChannels; field in ChannelDataManager147 mPreviousScannedChannels = new ConcurrentSkipListSet<>(); in ChannelDataManager()221 mPreviousScannedChannels.clear(); in notifyScanStarted()231 mPreviousScannedChannels.add(channel); in notifyScanStarted()253 if (mPreviousScannedChannels.isEmpty()) { in notifyScanCompleted()257 for (TunerChannel channel : mPreviousScannedChannels) { in notifyScanCompleted()447 mPreviousScannedChannels.remove(channel); in handleChannel()