Searched refs:setTechnology (Results 1 – 4 of 4) sorted by relevance
143 .setTechnology(Channel.VOICE) in fromCursor()150 channels.add(channel.toBuilder().setTechnology(Channel.IMS_VIDEO).build()); in fromCursor()
670 newChannelsList.add(previousChannel.toBuilder().setTechnology(Channel.DUO).build()); in insertDuoChannelsToStarredContact()679 newChannelsList.add(previousChannel.toBuilder().setTechnology(Channel.DUO).build()); in insertDuoChannelsToStarredContact()
129 public abstract Builder setTechnology(@Technology int technology); in setTechnology() method in SpeedDialEntry.Channel.Builder
129 .setTechnology(cursor.getInt(POSITION_PHONE_TECHNOLOGY)) in getAllEntries()