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.java36 Collection<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method
40 ParceledListSlice<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method
DPreferencesHelper.java997 public ParceledListSlice<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method in PreferencesHelper
1065 public Collection<NotificationChannelGroup> getNotificationChannelGroups(String pkg, in getNotificationChannelGroups() method in PreferencesHelper
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java780 public final List<NotificationChannelGroup> getNotificationChannelGroups(@NonNull String pkg, in getNotificationChannelGroups() method in NotificationListenerService
/frameworks/base/core/java/android/app/
DNotificationManager.java786 public List<NotificationChannelGroup> getNotificationChannelGroups() { in getNotificationChannelGroups() method in NotificationManager
DINotificationManager.aidl103 ParceledListSlice getNotificationChannelGroups(String pkg); in getNotificationChannelGroups() method