Searched refs:newSpeedDialItemList (Results 1 – 1 of 1) sorted by relevance
638 ImmutableList.Builder<SpeedDialUiItem> newSpeedDialItemList = ImmutableList.builder(); in insertDuoChannels() local643 newSpeedDialItemList.add(insertDuoChannelsToStarredContact(context, item)); in insertDuoChannels()646 newSpeedDialItemList.add(item); in insertDuoChannels()649 return newSpeedDialItemList.build(); in insertDuoChannels()