Searched defs:onCurrentChannelChange (Results 1 - 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/
H A DMainActivityWrapper.java65 listener.onCurrentChannelChange(channel);
98 void onCurrentChannelChange(@Nullable Channel channel); method in interface:MainActivityWrapper.OnCurrentChannelChangeListener
/packages/apps/TV/src/com/android/tv/recommendation/
H A DNotificationService.java165 public void onCurrentChannelChange(@Nullable Channel channel) { method in class:NotificationService
166 if (DEBUG) Log.d(TAG, "onCurrentChannelChange");

Completed in 47 milliseconds