Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/src/com/android/tv/ui/sidepanel/
H A DChannelCheckItem.java40 public void onChannelRemoved(Channel channel) {}
/aosp12/packages/apps/TV/src/com/android/tv/data/
H A DChannelDataManager.java542 void onChannelRemoved(Channel channel); in onChannelRemoved() method
578 l.onChannelRemoved(mChannel); in notifyChannelRemoved()
/aosp12/packages/apps/TV/tests/unit/src/com/android/tv/data/
H A DChannelDataManagerTest.java710 public void onChannelRemoved(Channel channel) { in onChannelRemoved() method in ChannelDataManagerTest.TestChannelDataManagerChannelListener