Searched refs:updateNotificationChannel (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationChannelExtractor.java | 45 record.updateNotificationChannel(mConfig.getNotificationChannel(record.sbn.getPackageName(), in process()
|
D | RankingConfig.java | 42 …void updateNotificationChannel(String pkg, int uid, NotificationChannel channel, boolean fromUser); in updateNotificationChannel() method
|
D | NotificationRecord.java | 905 protected void updateNotificationChannel(NotificationChannel channel) { in updateNotificationChannel() method in NotificationRecord
|
D | RankingHelper.java | 690 public void updateNotificationChannel(String pkg, int uid, NotificationChannel updatedChannel, in updateNotificationChannel() method in RankingHelper
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | RankingHelperTest.java | 656 mHelper.updateNotificationChannel(PKG, UID, defaultChannel, true); in testChannelXml_defaultChannelUpdatedApp_userSettings() 808 mHelper.updateNotificationChannel(PKG, UID, channel2, true); in testUpdate() 834 mHelper.updateNotificationChannel(PKG, UID, defaultChannel, true); in testUpdate_preUpgrade_updatesAppFields() 859 mHelper.updateNotificationChannel(PKG, UID, channel, true); in testUpdate_postUpgrade_noUpdateAppFields() 950 mHelper.updateNotificationChannel(PKG, UID, update1, true); in testLockFields_soundAndVibration() 958 mHelper.updateNotificationChannel(PKG, UID, update2, true); in testLockFields_soundAndVibration() 972 mHelper.updateNotificationChannel(PKG, UID, update1, true); in testLockFields_vibrationAndLights() 979 mHelper.updateNotificationChannel(PKG, UID, update2, true); in testLockFields_vibrationAndLights() 992 mHelper.updateNotificationChannel(PKG, UID, update1, true); in testLockFields_lightsAndImportance() 999 mHelper.updateNotificationChannel(PKG, UID, update2, true); in testLockFields_lightsAndImportance() [all …]
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 712 public final void updateNotificationChannel(@NonNull String pkg, @NonNull UserHandle user, in updateNotificationChannel() method in NotificationListenerService
|
/frameworks/base/services/ |
D | art-profile | 945 HSPLcom/android/server/notification/RankingConfig;->updateNotificationChannel(Ljava/lang/String;ILa…
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 40155 Landroid/service/notification/NotificationListenerService;->updateNotificationChannel(Ljava/lang/St…
|
/frameworks/base/api/ |
D | current.txt | 39360 …method public final void updateNotificationChannel(java.lang.String, android.os.UserHandle, androi…
|