/packages/apps/TV/partner_support/src/com/google/android/tv/partner/support/ |
D | Lineup.java | 56 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
|
D | EpgContract.java | 64 public static String toChannelString(List<String> channels) { in toChannelString()
|
/packages/apps/TV/src/com/android/tv/data/ |
D | Lineup.java | 60 private final List<String> channels; field in Lineup 103 public Lineup(String id, int type, String name, String location, List<String> channels) { in Lineup()
|
D | ChannelLogoFetcher.java | 60 public static void startFetchingChannelLogos(Context context, List<Channel> channels) { in startFetchingChannelLogos() 83 private FetchLogoTask(Context context, List<Channel> channels) { in FetchLogoTask()
|
D | ChannelDataManager.java | 288 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/ |
D | DisambigDialog.java | 62 @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/ |
D | ChannelGroupNotificationSettings.java | 97 final List<NotificationChannel> channels = mChannelGroup.getChannels(); in populateChannelList() local
|
D | AppNotificationSettings.java | 201 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/ |
D | ChannelGroupNotificationSettings.java | 97 final List<NotificationChannel> channels = mChannelGroup.getChannels(); in populateChannelList() local
|
D | AppNotificationSettings.java | 200 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/ |
D | SpeedDialUiItem.java | 128 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/ |
D | TestTvInputSetupActivity.java | 56 List<ChannelInfo> channels = ChannelUtils.createChannelInfos(context, channelCount); in registerChannels() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/ |
D | NotificationChannelSliceTest.java | 342 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/ |
D | ChannelScanFragment.java | 174 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/ |
D | EpgTestData.java | 167 androidx.tvprovider.media.tv.Channel... channels) { in toTvChannels()
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/data/ |
D | ChannelUtils.java | 68 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/ |
D | NotificationService.java | 285 List<Channel> channels = recommendChannels(); in showRecommendation() local 316 List<Channel> channels = recommendChannels(); in changeRecommendation() local 332 List channels = mRecommender.recommendChannels(); in recommendChannels() local
|
D | Recommender.java | 189 List<ChannelRecord> channels = new ArrayList<>(mDataManager.getChannelRecords()); in onChannelRecordLoaded() local 206 List<ChannelRecord> channels = new ArrayList<>(mDataManager.getChannelRecords()); in onChannelRecordChanged() local
|
D | ChannelPreviewUpdater.java | 173 List<Channel> channels = new ArrayList<>(mRecommender.recommendChannels()); in updatePreviewDataForChannels() local
|
/packages/apps/TV/src/com/android/tv/data/epg/ |
D | StubEpgReader.java | 81 public Map<EpgChannel, Collection<Program>> getPrograms( in getPrograms()
|
D | EpgFetcherImpl.java | 191 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
|
D | EpgFetchHelper.java | 164 static void updateNetworkAffiliation(Context context, Set<EpgReader.EpgChannel> channels) { in updateNetworkAffiliation()
|
/packages/apps/TV/src/com/android/tv/ui/sidepanel/ |
D | CustomizeChannelListFragment.java | 189 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/ |
D | NotificationChannelSlice.java | 356 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/ |
D | NotificationChannelSlice.java | 349 final List<NotificationChannel> channels = channelGroupList.stream() in getDisplayableChannels() local 414 private boolean isAllChannelsBlocked(List<NotificationChannel> channels) { in isAllChannelsBlocked()
|