Searched refs:setChannels (Results 1 – 7 of 7) sorted by relevance
94 .setChannels(ImmutableList.of()) in builder()155 builder.setChannels(ImmutableList.copyOf(channels)); in fromCursor()366 public abstract Builder setChannels(ImmutableList<Channel> channels); in setChannels() method in SpeedDialUiItem.Builder
681 return item.toBuilder().setChannels(newChannelsList.build()).build(); in insertDuoChannelsToStarredContact()
91 mProgramManager.setChannels(buildChannelForTesting(1, 2, 3)); in testOnTableEntryChanged()
383 mKeypadChannelSwitchView.setChannels(null); in release()490 mKeypadChannelSwitchView.setChannels(mChannelTuner.getBrowsableChannelList()); in onBrowsableChannelsUpdated()
240 public void setChannels(@Nullable List<Channel> channels) { in setChannels() method in KeypadChannelSwitchView
383 notificationChannelGroup.setChannels(channels); in buildNotificationChannelGroups()
454 void setChannels(List<Channel> channels) { in setChannels() method in ProgramManager