Searched refs:mBrowsableUpdateChannelIds (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/data/
H A DChannelDataManager.java82 private final Set<Long> mBrowsableUpdateChannelIds = new HashSet<>(); field in class:ChannelDataManager
348 mBrowsableUpdateChannelIds.remove(channelWrapper.mChannel.getId());
350 mBrowsableUpdateChannelIds.add(channelWrapper.mChannel.getId());
424 for (Long id : mBrowsableUpdateChannelIds) {
454 mBrowsableUpdateChannelIds.clear();

Completed in 89 milliseconds