Home
last modified time | relevance | path

Searched defs:getNotificationChannelGroups (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java33 Collection<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method
37 ParceledListSlice<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method
DRankingHelper.java706 public ParceledListSlice<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method in RankingHelper
763 public Collection<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method in RankingHelper
/frameworks/base/core/java/android/app/
DNotificationManager.java498 public List<NotificationChannelGroup> getNotificationChannelGroups() { in getNotificationChannelGroups() method in NotificationManager
DINotificationManager.aidl73 ParceledListSlice getNotificationChannelGroups(String pkg); in getNotificationChannelGroups() method
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java724 public final List<NotificationChannelGroup> getNotificationChannelGroups(@NonNull String pkg, in getNotificationChannelGroups() method in NotificationListenerService