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.java47 void updateNotificationChannel(String pkg, int uid, NotificationChannel channel, in updateNotificationChannel() method
DNotificationRecord.java1118 protected void updateNotificationChannel(NotificationChannel channel) { in updateNotificationChannel() method in NotificationRecord
DPreferencesHelper.java1070 public void updateNotificationChannel(String pkg, int uid, NotificationChannel updatedChannel, in updateNotificationChannel() method in PreferencesHelper
/frameworks/base/core/java/android/app/
DNotificationManager.java1066 public void updateNotificationChannel(@NonNull String pkg, int uid, in updateNotificationChannel() method in NotificationManager
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java861 public final void updateNotificationChannel(@NonNull String pkg, @NonNull UserHandle user, in updateNotificationChannel() method in NotificationListenerService