Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/
DChannelDataManager.java88 private final Set<Long> mBrowsableUpdateChannelIds = new HashSet<>(); field in ChannelDataManager
360 mBrowsableUpdateChannelIds.remove(channelWrapper.mChannel.getId()); in updateBrowsable()
362 mBrowsableUpdateChannelIds.add(channelWrapper.mChannel.getId()); in updateBrowsable()
426 for (Long id : mBrowsableUpdateChannelIds) { in applyUpdatedValuesToDb()
456 mBrowsableUpdateChannelIds.clear(); in applyUpdatedValuesToDb()