Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DChannelGroupNotificationSettings.java89 if (mChannelGroup.getChannels().isEmpty()) { in populateChannelList()
97 final List<NotificationChannel> channels = mChannelGroup.getChannels(); in populateChannelList()
DAppNotificationSettings.java201 final List<NotificationChannel> channels = group.getChannels(); in populateGroupList()
267 final List<NotificationChannel> channels = group.getChannels(); in onGroupBlockStateChanged()
/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.java200 final List<NotificationChannel> channels = group.getChannels(); in populateGroupList()
266 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/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.java42 new Pair<>(lineup, getMatchCount(lineup.getChannels(), parsedLocalChannels))); in lineupChannelMatchCount()
/packages/apps/TV/src/com/android/tv/data/epg/
DEpgReader.java77 Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId); in getChannels() method
DStubEpgReader.java61 public Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId) { in getChannels() method in StubEpgReader
DEpgFetcherImpl.java687 mEpgReader.getChannels(existingChannels, lineupId); in fetchEpgFor()
861 mEpgReader.getChannels(currentChannels, mPossibleLineupId)) { in onChannelUpdatedDuringScan()
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DFakeEpgReader.java78 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.java179 result.add(new Pair<>(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/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DNotificationChannelSlice.java350 .flatMap(group -> group.getChannels().stream().filter( in getDisplayableChannels()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java4503 if (ras.getChannels() != null && ras.getChannels().length > 0) { in checkNetworkRequestForSanitizedLocationAccess()