Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java56 boolean deleteNotificationChannel(String pkg, int uid, String channelId); in deleteNotificationChannel() method
DNotificationHistoryManager.java186 public void deleteNotificationChannel(String pkg, int uid, String channelId) { in deleteNotificationChannel() method in NotificationHistoryManager
DNotificationHistoryDatabase.java178 public void deleteNotificationChannel(String pkg, String channelId) { in deleteNotificationChannel() method in NotificationHistoryDatabase
DPreferencesHelper.java1129 public boolean deleteNotificationChannel(String pkg, int uid, String channelId) { in deleteNotificationChannel() method in PreferencesHelper
/frameworks/base/core/java/android/app/
DNotificationManager.java999 public void deleteNotificationChannel(String channelId) { in deleteNotificationChannel() method in NotificationManager
DINotificationManager.aidl107 void deleteNotificationChannel(String pkg, String channelId); in deleteNotificationChannel() method