Home
last modified time | relevance | path

Searched refs:mPreviousScannedChannels (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/tuner/tvinput/
DChannelDataManager.java110 private final ConcurrentSkipListSet<TunerChannel> mPreviousScannedChannels; field in ChannelDataManager
159 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()