Searched refs:updateBrowsable (Results 1 – 4 of 4) sorted by relevance
/packages/apps/TV/tests/unit/src/com/android/tv/data/ |
D | ChannelDataManagerTest.java | 233 mChannelDataManager.updateBrowsable(channel1.getId(), false, false); in testBrowsable() 267 mChannelDataManager.updateBrowsable(channel1.getId(), false, true); in testBrowsable_skipNotification() 268 mChannelDataManager.updateBrowsable(channel2.getId(), false, true); in testBrowsable_skipNotification() 269 mChannelDataManager.updateBrowsable(channel1.getId(), true, true); in testBrowsable_skipNotification()
|
/packages/apps/TV/src/com/android/tv/util/ |
D | SetupUtils.java | 132 manager.updateBrowsable(channel.getId(), true, true); in updateChannelsAfterSetup() 180 channelDataManager.updateBrowsable(channel.getId(), true); in markNewChannelsBrowsable()
|
/packages/apps/TV/src/com/android/tv/ui/sidepanel/ |
D | CustomizeChannelListFragment.java | 297 getChannelDataManager().updateBrowsable(channel.getId(), !mAllChecked, true); in onSelected() 328 getChannelDataManager().updateBrowsable(getChannel().getId(), isChecked()); in onSelected()
|
/packages/apps/TV/src/com/android/tv/data/ |
D | ChannelDataManager.java | 335 public void updateBrowsable(Long channelId, boolean browsable) { in updateBrowsable() method in ChannelDataManager 336 updateBrowsable(channelId, browsable, false); in updateBrowsable() 347 public void updateBrowsable( in updateBrowsable() method in ChannelDataManager
|