Searched defs:onCurrentChannelChange (Results 1 - 2 of 2) sorted by relevance
/packages/apps/TV/src/com/android/tv/ | ||
H A D | MainActivityWrapper.java | 65 listener.onCurrentChannelChange(channel); 98 void onCurrentChannelChange(@Nullable Channel channel); method in interface:MainActivityWrapper.OnCurrentChannelChangeListener |
/packages/apps/TV/src/com/android/tv/recommendation/ | ||
H A D | NotificationService.java | 165 public void onCurrentChannelChange(@Nullable Channel channel) { method in class:NotificationService 166 if (DEBUG) Log.d(TAG, "onCurrentChannelChange"); |
Completed in 47 milliseconds