Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java48 void updateNotificationChannel(String pkg, int uid, NotificationChannel updatedChannel, in updateNotificationChannel() method
DNotificationRecord.java1137 protected void updateNotificationChannel(NotificationChannel channel) { in updateNotificationChannel() method in NotificationRecord
DPreferencesHelper.java1071 public void updateNotificationChannel(String pkg, int uid, NotificationChannel updatedChannel, in updateNotificationChannel() method in PreferencesHelper
/frameworks/base/core/java/android/app/
DNotificationManager.java1093 public void updateNotificationChannel(@NonNull String pkg, int uid, in updateNotificationChannel() method in NotificationManager
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java881 public final void updateNotificationChannel(@NonNull String pkg, @NonNull UserHandle user, in updateNotificationChannel() method in NotificationListenerService