Home
last modified time | relevance | path

Searched refs:setChannels (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DNotificationChannelGroup.java184 public void setChannels(List<NotificationChannel> channels) { in setChannels() method in NotificationChannelGroup
287 cloned.setChannels(getChannels()); in clone()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioProfile.h60 void setChannels(const ChannelsVector &channelMasks) in setChannels() function
330 profile->setChannels(channelMasks); in setChannelsFor()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java592 group.setChannels(oldGroup.getChannels()); in createNotificationChannelGroup()
808 group.setChannels(new ArrayList<>()); in getNotificationChannelGroupWithChannels()
850 ncg.setChannels(new ArrayList<>()); in getNotificationChannelGroups()