Home
last modified time | relevance | path

Searched refs:updateNotificationChannel (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/tests/notification/src/com/android/server/notification/
DRankingHelperTest.java480 mHelper.updateNotificationChannel(PKG, UID, defaultChannel); in testChannelXml_defaultChannelUpdatedApp_userSettings()
629 mHelper.updateNotificationChannel(PKG, UID, channel2); in testUpdate()
651 mHelper.updateNotificationChannel(PKG, UID, defaultChannel); in testUpdate_preUpgrade_updatesAppFields()
675 mHelper.updateNotificationChannel(PKG, UID, channel); in testUpdate_postUpgrade_noUpdateAppFields()
764 mHelper.updateNotificationChannel(PKG, UID, update1); in testLockFields_soundAndVibration()
771 mHelper.updateNotificationChannel(PKG, UID, update2); in testLockFields_soundAndVibration()
784 mHelper.updateNotificationChannel(PKG, UID, update1); in testLockFields_vibrationAndLights()
791 mHelper.updateNotificationChannel(PKG, UID, update2); in testLockFields_vibrationAndLights()
804 mHelper.updateNotificationChannel(PKG, UID, update1); in testLockFields_lightsAndImportance()
811 mHelper.updateNotificationChannel(PKG, UID, update2); in testLockFields_lightsAndImportance()
[all …]
DNotificationManagerServiceTest.java650 verify(mRankingHelper, times(1)).updateNotificationChannel(anyString(), anyInt(), any()); in testUpdateNotificationChannelFromPrivilegedListener_success()
671 verify(mRankingHelper, never()).updateNotificationChannel(anyString(), anyInt(), any()); in testUpdateNotificationChannelFromPrivilegedListener_noAccess()
697 verify(mRankingHelper, never()).updateNotificationChannel(anyString(), anyInt(), any()); in testUpdateNotificationChannelFromPrivilegedListener_badUser()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java41 void updateNotificationChannel(String pkg, int uid, NotificationChannel channel); in updateNotificationChannel() method
DNotificationRecord.java800 protected void updateNotificationChannel(NotificationChannel channel) { in updateNotificationChannel() method in NotificationRecord
DRankingHelper.java600 public void updateNotificationChannel(String pkg, int uid, NotificationChannel updatedChannel) { in updateNotificationChannel() method in RankingHelper
DNotificationManagerService.java1313 mRankingHelper.updateNotificationChannel(pkg, uid, channel); in updateNotificationChannelInt()
1332 r.updateNotificationChannel(modifiedChannel); in updateNotificationChannelInt()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java679 public final void updateNotificationChannel(@NonNull String pkg, @NonNull UserHandle user, in updateNotificationChannel() method in NotificationListenerService
/frameworks/base/api/
Dcurrent.txt37216 …method public final void updateNotificationChannel(java.lang.String, android.os.UserHandle, androi…
Dsystem-current.txt40317 …method public final void updateNotificationChannel(java.lang.String, android.os.UserHandle, androi…