Home
last modified time | relevance | path

Searched defs:deleteNotificationChannelGroup (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DNotificationManager.java620 public void deleteNotificationChannelGroup(String groupId) { in deleteNotificationChannelGroup() method in NotificationManager
DINotificationManager.aidl84 void deleteNotificationChannelGroup(String pkg, String channelGroupId); in deleteNotificationChannelGroup() method
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java867 public List<NotificationChannel> deleteNotificationChannelGroup(String pkg, int uid, in deleteNotificationChannelGroup() method in RankingHelper