Searched refs:mBrowsableUpdateChannelIds (Results 1 – 1 of 1) sorted by relevance
94 private final Set<Long> mBrowsableUpdateChannelIds = new HashSet<>(); field in ChannelDataManager372 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()