Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java53 boolean deleteNotificationChannel(String pkg, int uid, String channelId, in deleteNotificationChannel() method
DNotificationHistoryManager.java213 public void deleteNotificationChannel(String pkg, int uid, String channelId) { in deleteNotificationChannel() method in NotificationHistoryManager
DNotificationHistoryDatabase.java157 public void deleteNotificationChannel(String pkg, String channelId) { in deleteNotificationChannel() method in NotificationHistoryDatabase
/frameworks/base/core/java/android/app/
DINotificationManager.aidl115 void deleteNotificationChannel(String pkg, String channelId); in deleteNotificationChannel() method
DNotificationManager.java1388 public void deleteNotificationChannel(String channelId) { in deleteNotificationChannel() method in NotificationManager