Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DChannelCheckItem.java42 public void onChannelUpdated(Channel channel) {
/packages/apps/TV/src/com/android/tv/data/
DChannelDataManager.java549 void onChannelUpdated(Channel channel); in onChannelUpdated() method
576 l.onChannelUpdated(mChannel); in notifyChannelUpdated()
/packages/apps/TV/tests/unit/src/com/android/tv/data/
DChannelDataManagerTest.java722 public void onChannelUpdated(Channel channel) { in onChannelUpdated() method in ChannelDataManagerTest.TestChannelDataManagerChannelListener