Searched refs:newChannelsList (Results 1 – 1 of 1) sorted by relevance
658 ImmutableList.Builder<Channel> newChannelsList = ImmutableList.builder(); in insertDuoChannelsToStarredContact() local660 newChannelsList.add(previousChannel); in insertDuoChannelsToStarredContact()670 newChannelsList.add(previousChannel.toBuilder().setTechnology(Channel.DUO).build()); in insertDuoChannelsToStarredContact()672 newChannelsList.add(currentChannel); in insertDuoChannelsToStarredContact()679 newChannelsList.add(previousChannel.toBuilder().setTechnology(Channel.DUO).build()); in insertDuoChannelsToStarredContact()681 return item.toBuilder().setChannels(newChannelsList.build()).build(); in insertDuoChannelsToStarredContact()