Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationChannelExtractor.java45 record.updateNotificationChannel(mConfig.getNotificationChannel(record.sbn.getPackageName(), in process()
DRankingConfig.java44 …void updateNotificationChannel(String pkg, int uid, NotificationChannel channel, boolean fromUser); in updateNotificationChannel() method
DNotificationRecord.java997 protected void updateNotificationChannel(NotificationChannel channel) { in updateNotificationChannel() method in NotificationRecord
DNotificationManagerService.java1967 mPreferencesHelper.updateNotificationChannel(pkg, uid, channel, true);
4756 mPreferencesHelper.updateNotificationChannel(
4758 r.updateNotificationChannel(channel);
4763 r.updateNotificationChannel(channel);
DPreferencesHelper.java739 public void updateNotificationChannel(String pkg, int uid, NotificationChannel updatedChannel, in updateNotificationChannel() method in PreferencesHelper
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java624 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, defaultChannel, true); in testChannelXml_defaultChannelUpdatedApp_userSettings()
776 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, channel2, true); in testUpdate()
803 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, defaultChannel, true); in testUpdate_preUpgrade_updatesAppFields()
829 mHelper.updateNotificationChannel(PKG_O, UID_O, channel, true); in testUpdate_postUpgrade_noUpdateAppFields()
856 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, channel, true); in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels()
866 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, defaultChannel, true); in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels()
962 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, update1, true); in testLockFields_soundAndVibration()
970 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, update2, true); in testLockFields_soundAndVibration()
984 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, update1, true); in testLockFields_vibrationAndLights()
991 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, update2, true); in testLockFields_vibrationAndLights()
[all …]
DNotificationRecordTest.java809 record.updateNotificationChannel( in testUpdateNotificationChannel()
866 record.updateNotificationChannel( in testCalculateImportance_asstImportanceChannelUpdate()
DNotificationManagerServiceTest.java503 .updateNotificationChannel(new NotificationChannel("a", "", IMPORTANCE_LOW)); in getSignalExtractorSideEffects()
1774 verify(mPreferencesHelper, times(1)).updateNotificationChannel( in testUpdateNotificationChannelFromPrivilegedListener_success()
1796 verify(mPreferencesHelper, never()).updateNotificationChannel( in testUpdateNotificationChannelFromPrivilegedListener_noAccess()
1823 verify(mPreferencesHelper, never()).updateNotificationChannel( in testUpdateNotificationChannelFromPrivilegedListener_badUser()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java733 public final void updateNotificationChannel(@NonNull String pkg, @NonNull UserHandle user, in updateNotificationChannel() method in NotificationListenerService
/frameworks/base/services/
Dart-profile9804 PLcom/android/server/notification/PreferencesHelper;->updateNotificationChannel(Ljava/lang/String;I…
/frameworks/base/api/
Dcurrent.txt41511 …method public final void updateNotificationChannel(@NonNull String, @NonNull android.os.UserHandle…