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.java94 private final Set<Long> mBrowsableUpdateChannelIds = new HashSet<>(); field in ChannelDataManager
372 mBrowsableUpdateChannelIds.remove(channelWrapper.mChannel.getId()); in updateBrowsable()
374 mBrowsableUpdateChannelIds.add(channelWrapper.mChannel.getId()); in updateBrowsable()
438 for (Long id : mBrowsableUpdateChannelIds) { in applyUpdatedValuesToDb()
468 mBrowsableUpdateChannelIds.clear(); in applyUpdatedValuesToDb()