Home
last modified time | relevance | path

Searched refs:getChannels (Results 1 – 15 of 15) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DChannelGroupNotificationSettings.java89 if (mChannelGroup.getChannels().isEmpty()) { in populateChannelList()
97 final List<NotificationChannel> channels = mChannelGroup.getChannels(); in populateChannelList()
DAppNotificationSettings.java199 final List<NotificationChannel> channels = group.getChannels(); in populateGroupList()
265 final List<NotificationChannel> channels = group.getChannels(); in onGroupBlockStateChanged()
/packages/apps/Car/libs/car-broadcastradio-support/src/com/android/car/broadcastradio/support/media/
DBrowseTree.java417 public List<MediaItem> getChannels() { in getChannels() method in BrowseTree.AmFmChannelList
456 result.sendResult(mAmChannels.getChannels()); in loadChildren()
458 result.sendResult(mFmChannels.getChannels()); in loadChildren()
/packages/apps/Settings/src/com/android/settings/notification/app/
DChannelListPreferenceController.java143 final List<NotificationChannel> channels = group.getChannels(); in populateGroupList()
275 final List<NotificationChannel> channels = group.getChannels(); in onGroupBlockStateChanged()
DAppChannelsBypassingDndPreferenceController.java133 for (NotificationChannel channel : channelGroup.getChannels()) { in loadAppChannels()
/packages/apps/TV/src/com/android/tv/data/
DLineup.java48 public List<String> getChannels() { in getChannels() method in Lineup
/packages/apps/TV/partner_support/src/com/google/android/tv/partner/support/
DLineup.java81 public abstract List<String> getChannels(); in getChannels() method in Lineup
DTunerSetupUtils.java43 Pair.create(lineup, getMatchCount(lineup.getChannels(), parsedLocalChannels))); in lineupChannelMatchCount()
/packages/apps/TV/src/com/android/tv/data/epg/
DEpgReader.java80 Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId); in getChannels() method
DStubEpgReader.java65 public Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId) { in getChannels() method in StubEpgReader
DEpgFetcherImpl.java667 mEpgReader.getChannels(existingChannels, lineupId); in fetchEpgFor()
841 mEpgReader.getChannels(currentChannels, mPossibleLineupId)) { in onChannelUpdatedDuringScan()
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DFakeEpgReader.java83 public Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId) { in getChannels() method in FakeEpgReader
/packages/apps/TV/partner_support/samples/src/com/example/partnersupportsampletvinput/
DLineupSelectionFragment.java182 result.add(Pair.create(lineup, getMatchCount(lineup.getChannels(), localChannels))); in lineupChannelMatchCount()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/slices/
DNotificationChannelSlice.java357 .flatMap(group -> group.getChannels().stream().filter( in getDisplayableChannels()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java5445 if (ras.getChannels() != null && ras.getChannels().length > 0) { in checkNetworkRequestForSanitizedLocationAccess()