Home
last modified time | relevance | path

Searched defs:channels (Results 1 – 25 of 36) sorted by relevance

12

/packages/apps/TV/partner_support/src/com/google/android/tv/partner/support/
DLineup.java56 public static Lineup createLineup(String id, int type, String name, List<String> channels) { in createLineup()
65 String channels = contentValues.getAsString(EpgContract.Lineups.COLUMN_CHANNELS); in createLineup() local
DEpgContract.java64 public static String toChannelString(List<String> channels) { in toChannelString()
/packages/apps/TV/src/com/android/tv/data/
DLineup.java60 private final List<String> channels; field in Lineup
103 public Lineup(String id, int type, String name, String location, List<String> channels) { in Lineup()
DChannelLogoFetcher.java60 public static void startFetchingChannelLogos(Context context, List<Channel> channels) { in startFetchingChannelLogos()
83 private FetchLogoTask(Context context, List<Channel> channels) { in FetchLogoTask()
DChannelDataManager.java288 List<Channel> channels = new ArrayList<>(); in getBrowsableChannelList() local
625 protected void onPostExecute(List<Channel> channels) { in onPostExecute()
775 final List<Channel> channels; field in ChannelDataManager.ChannelData
792 List<Channel> channels) { in ChannelData()
/packages/apps/Dialer/java/com/android/dialer/speeddial/
DDisambigDialog.java62 @VisibleForTesting public List<Channel> channels; field in DisambigDialog
82 insertOptions(container.findViewById(R.id.communication_avenue_container), channels); in onCreateDialog() local
113 private void insertOptions(LinearLayout container, List<Channel> channels) { in insertOptions()
/packages/apps/Settings/src/com/android/settings/notification/
DChannelGroupNotificationSettings.java97 final List<NotificationChannel> channels = mChannelGroup.getChannels(); in populateChannelList() local
DAppNotificationSettings.java201 final List<NotificationChannel> channels = group.getChannels(); in populateGroupList() local
267 final List<NotificationChannel> channels = group.getChannels(); in onGroupBlockStateChanged() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DChannelGroupNotificationSettings.java97 final List<NotificationChannel> channels = mChannelGroup.getChannels(); in populateChannelList() local
DAppNotificationSettings.java200 final List<NotificationChannel> channels = group.getChannels(); in populateGroupList() local
266 final List<NotificationChannel> channels = group.getChannels(); in onGroupBlockStateChanged() local
/packages/apps/Dialer/java/com/android/dialer/speeddial/loader/
DSpeedDialUiItem.java128 List<Channel> channels = new ArrayList<>(); in fromCursor() local
330 public abstract ImmutableList<Channel> channels(); in channels() method in SpeedDialUiItem
366 public abstract Builder setChannels(ImmutableList<Channel> channels); in setChannels()
/packages/apps/TV/tests/input/src/com/android/tv/testinput/
DTestTvInputSetupActivity.java56 List<ChannelInfo> channels = ChannelUtils.createChannelInfos(context, channelCount); in registerChannels() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/
DNotificationChannelSliceTest.java342 final List<NotificationChannel> channels = buildNotificationChannel(channelCount, in mockNotificationBackend() local
369 final List<NotificationChannel> channels = new ArrayList<>(); in buildNotificationChannel() local
379 List<NotificationChannel> channels) { in buildNotificationChannelGroups()
/packages/apps/TV/partner_support/samples/src/com/example/partnersupportsampletvinput/
DChannelScanFragment.java174 List<Channel> channels = new ArrayList<>(); in scanChannel() local
187 private void updateChannels(List<Channel> channels) { in updateChannels()
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DEpgTestData.java167 androidx.tvprovider.media.tv.Channel... channels) { in toTvChannels()
/packages/apps/TV/tests/common/src/com/android/tv/testing/data/
DChannelUtils.java68 public static void updateChannels(Context context, String inputId, List<ChannelInfo> channels) { in updateChannels()
155 List<ChannelInfo> channels = new ArrayList<>(); in createChannelInfos() local
/packages/apps/TV/src/com/android/tv/recommendation/
DNotificationService.java285 List<Channel> channels = recommendChannels(); in showRecommendation() local
316 List<Channel> channels = recommendChannels(); in changeRecommendation() local
332 List channels = mRecommender.recommendChannels(); in recommendChannels() local
DRecommender.java189 List<ChannelRecord> channels = new ArrayList<>(mDataManager.getChannelRecords()); in onChannelRecordLoaded() local
206 List<ChannelRecord> channels = new ArrayList<>(mDataManager.getChannelRecords()); in onChannelRecordChanged() local
DChannelPreviewUpdater.java173 List<Channel> channels = new ArrayList<>(mRecommender.recommendChannels()); in updatePreviewDataForChannels() local
/packages/apps/TV/src/com/android/tv/data/epg/
DStubEpgReader.java81 public Map<EpgChannel, Collection<Program>> getPrograms( in getPrograms()
DEpgFetcherImpl.java191 HashSet<Channel> channels = new HashSet<>(); in getExistingChannelsForMyPackage() local
588 Set<Channel> channels = getExistingChannelsFor(epgInput.getInputId()); in doInBackground() local
686 final Set<EpgReader.EpgChannel> channels = in fetchEpgFor() local
DEpgFetchHelper.java164 static void updateNetworkAffiliation(Context context, Set<EpgReader.EpgChannel> channels) { in updateNetworkAffiliation()
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DCustomizeChannelListFragment.java189 ArrayList<Channel> channels = new ArrayList<>(mChannels); in addItemForGroupBySource() local
212 ArrayList<Channel> channels = new ArrayList<>(mChannels); in addItemForGroupByHdSd() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/slices/
DNotificationChannelSlice.java356 final List<NotificationChannel> channels = channelGroupList.stream() in getDisplayableChannels() local
407 private boolean isAllChannelsBlocked(List<NotificationChannel> channels) { in isAllChannelsBlocked()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DNotificationChannelSlice.java349 final List<NotificationChannel> channels = channelGroupList.stream() in getDisplayableChannels() local
414 private boolean isAllChannelsBlocked(List<NotificationChannel> channels) { in isAllChannelsBlocked()

12