Searched refs:updateNotificationChannel (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationChannelExtractor.java45 record.updateNotificationChannel(mConfig.getNotificationChannel(record.sbn.getPackageName(),
H A DRankingConfig.java42 void updateNotificationChannel(String pkg, int uid, NotificationChannel channel, boolean fromUser); method in interface:RankingConfig
H A DNotificationRecord.java905 protected void updateNotificationChannel(NotificationChannel channel) { method in class:NotificationRecord
H A DNotificationManagerService.java1676 mRankingHelper.updateNotificationChannel(pkg, uid, channel, true);
4077 mRankingHelper.updateNotificationChannel(pkg, notificationUid, channel, false);
4078 r.updateNotificationChannel(channel);
4083 r.updateNotificationChannel(channel);
H A DRankingHelper.java690 public void updateNotificationChannel(String pkg, int uid, NotificationChannel updatedChannel, method in class:RankingHelper
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DRankingHelperTest.java656 mHelper.updateNotificationChannel(PKG, UID, defaultChannel, true);
808 mHelper.updateNotificationChannel(PKG, UID, channel2, true);
834 mHelper.updateNotificationChannel(PKG, UID, defaultChannel, true);
859 mHelper.updateNotificationChannel(PKG, UID, channel, true);
950 mHelper.updateNotificationChannel(PKG, UID, update1, true);
958 mHelper.updateNotificationChannel(PKG, UID, update2, true);
972 mHelper.updateNotificationChannel(PKG, UID, update1, true);
979 mHelper.updateNotificationChannel(PKG, UID, update2, true);
992 mHelper.updateNotificationChannel(PKG, UID, update1, true);
999 mHelper.updateNotificationChannel(PK
[all...]
H A DNotificationManagerServiceTest.java372 .updateNotificationChannel(new NotificationChannel("a", "", IMPORTANCE_LOW));
1501 verify(mRankingHelper, times(1)).updateNotificationChannel(
1523 verify(mRankingHelper, never()).updateNotificationChannel(
1550 verify(mRankingHelper, never()).updateNotificationChannel(
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java712 public final void updateNotificationChannel(@NonNull String pkg, @NonNull UserHandle user, method in class:NotificationListenerService

Completed in 194 milliseconds