Home
last modified time | relevance | path

Searched defs:deleteNotificationChannel (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java44 void deleteNotificationChannel(String pkg, int uid, String channelId); in deleteNotificationChannel() method
DRankingHelper.java754 public void deleteNotificationChannel(String pkg, int uid, String channelId) { in deleteNotificationChannel() method in RankingHelper
/frameworks/base/core/java/android/app/
DNotificationManager.java581 public void deleteNotificationChannel(String channelId) { in deleteNotificationChannel() method in NotificationManager
DINotificationManager.aidl78 void deleteNotificationChannel(String pkg, String channelId); in deleteNotificationChannel() method