Searched refs:mPreviousScannedChannels (Results 1 – 1 of 1) sorted by relevance
110 private final ConcurrentSkipListSet<TunerChannel> mPreviousScannedChannels; field in ChannelDataManager159 mPreviousScannedChannels = new ConcurrentSkipListSet<>(); in ChannelDataManager()252 mPreviousScannedChannels.clear(); in notifyScanStarted()262 mPreviousScannedChannels.add(channel); in notifyScanStarted()284 if (!mPreviousScannedChannels.isEmpty()) { in scannedChannelHandlingCompleted()286 for (TunerChannel channel : mPreviousScannedChannels) { in scannedChannelHandlingCompleted()582 mPreviousScannedChannels.remove(channel); in handleChannel()