/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/ |
D | ChannelGroupNotificationSettings.java | 89 if (mChannelGroup.getChannels().isEmpty()) { in populateChannelList() 97 final List<NotificationChannel> channels = mChannelGroup.getChannels(); in populateChannelList()
|
D | AppNotificationSettings.java | 199 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/ |
D | BrowseTree.java | 417 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/ |
D | ChannelListPreferenceController.java | 143 final List<NotificationChannel> channels = group.getChannels(); in populateGroupList() 275 final List<NotificationChannel> channels = group.getChannels(); in onGroupBlockStateChanged()
|
D | AppChannelsBypassingDndPreferenceController.java | 133 for (NotificationChannel channel : channelGroup.getChannels()) { in loadAppChannels()
|
/packages/apps/TV/src/com/android/tv/data/ |
D | Lineup.java | 48 public List<String> getChannels() { in getChannels() method in Lineup
|
/packages/apps/TV/partner_support/src/com/google/android/tv/partner/support/ |
D | Lineup.java | 81 public abstract List<String> getChannels(); in getChannels() method in Lineup
|
D | TunerSetupUtils.java | 43 Pair.create(lineup, getMatchCount(lineup.getChannels(), parsedLocalChannels))); in lineupChannelMatchCount()
|
/packages/apps/TV/src/com/android/tv/data/epg/ |
D | EpgReader.java | 80 Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId); in getChannels() method
|
D | StubEpgReader.java | 65 public Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId) { in getChannels() method in StubEpgReader
|
D | EpgFetcherImpl.java | 667 mEpgReader.getChannels(existingChannels, lineupId); in fetchEpgFor() 841 mEpgReader.getChannels(currentChannels, mPossibleLineupId)) { in onChannelUpdatedDuringScan()
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/ |
D | FakeEpgReader.java | 83 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/ |
D | LineupSelectionFragment.java | 182 result.add(Pair.create(lineup, getMatchCount(lineup.getChannels(), localChannels))); in lineupChannelMatchCount()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/slices/ |
D | NotificationChannelSlice.java | 357 .flatMap(group -> group.getChannels().stream().filter( in getDisplayableChannels()
|
/packages/services/Telephony/src/com/android/phone/ |
D | PhoneInterfaceManager.java | 5445 if (ras.getChannels() != null && ras.getChannels().length > 0) { in checkNetworkRequestForSanitizedLocationAccess()
|