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

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

Completed in 78 milliseconds