Searched refs:updateNotificationChannel (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/tests/notification/src/com/android/server/notification/ |
D | RankingHelperTest.java | 480 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 …]
|
D | NotificationManagerServiceTest.java | 650 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/ |
D | RankingConfig.java | 41 void updateNotificationChannel(String pkg, int uid, NotificationChannel channel); in updateNotificationChannel() method
|
D | NotificationRecord.java | 800 protected void updateNotificationChannel(NotificationChannel channel) { in updateNotificationChannel() method in NotificationRecord
|
D | RankingHelper.java | 600 public void updateNotificationChannel(String pkg, int uid, NotificationChannel updatedChannel) { in updateNotificationChannel() method in RankingHelper
|
D | NotificationManagerService.java | 1313 mRankingHelper.updateNotificationChannel(pkg, uid, channel); in updateNotificationChannelInt() 1332 r.updateNotificationChannel(modifiedChannel); in updateNotificationChannelInt()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 679 public final void updateNotificationChannel(@NonNull String pkg, @NonNull UserHandle user, in updateNotificationChannel() method in NotificationListenerService
|
/frameworks/base/api/ |
D | current.txt | 37216 …method public final void updateNotificationChannel(java.lang.String, android.os.UserHandle, androi…
|
D | system-current.txt | 40317 …method public final void updateNotificationChannel(java.lang.String, android.os.UserHandle, androi…
|