Home
last modified time | relevance | path

Searched refs:previousChannel (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/speeddial/loader/
DSpeedDialUiItemMutator.java659 Channel previousChannel = item.channels().get(0); in insertDuoChannelsToStarredContact() local
660 newChannelsList.add(previousChannel); in insertDuoChannelsToStarredContact()
667 if (!previousChannel.isVideoTechnology() in insertDuoChannelsToStarredContact()
669 && DuoComponent.get(context).getDuo().isReachable(context, previousChannel.number())) { in insertDuoChannelsToStarredContact()
670 newChannelsList.add(previousChannel.toBuilder().setTechnology(Channel.DUO).build()); in insertDuoChannelsToStarredContact()
673 previousChannel = currentChannel; in insertDuoChannelsToStarredContact()
677 if (!previousChannel.isVideoTechnology() in insertDuoChannelsToStarredContact()
678 && DuoComponent.get(context).getDuo().isReachable(context, previousChannel.number())) { in insertDuoChannelsToStarredContact()
679 newChannelsList.add(previousChannel.toBuilder().setTechnology(Channel.DUO).build()); in insertDuoChannelsToStarredContact()
/packages/apps/TV/src/com/android/tv/
DChannelTuner.java304 void onChannelChanged(Channel previousChannel, Channel currentChannel); in onChannelChanged() argument
312 Channel previousChannel = mCurrentChannel; in setCurrentChannelAndNotify() local
318 l.onChannelChanged(previousChannel, mCurrentChannel); in setCurrentChannelAndNotify()
DMainActivity.java459 public void onChannelChanged(Channel previousChannel, Channel currentChannel) {}
/packages/apps/TV/src/com/android/tv/menu/
DMenuUpdater.java55 public void onChannelChanged(Channel previousChannel, Channel currentChannel) {