Searched refs:previousChannel (Results 1 – 4 of 4) sorted by relevance
659 Channel previousChannel = item.channels().get(0); in insertDuoChannelsToStarredContact() local660 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()
304 void onChannelChanged(Channel previousChannel, Channel currentChannel); in onChannelChanged() argument312 Channel previousChannel = mCurrentChannel; in setCurrentChannelAndNotify() local318 l.onChannelChanged(previousChannel, mCurrentChannel); in setCurrentChannelAndNotify()
459 public void onChannelChanged(Channel previousChannel, Channel currentChannel) {}
55 public void onChannelChanged(Channel previousChannel, Channel currentChannel) {