Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationChannelExtractor.java77 record.updateNotificationChannel(updatedChannel); in process()
111 record.updateNotificationChannel(clone); in process()
DRankingConfig.java46 void updateNotificationChannel(String pkg, int uid, NotificationChannel updatedChannel, in updateNotificationChannel() method
DNotificationRecord.java812 updateNotificationChannel(signals.getParcelable(Adjustment.KEY_TYPE, in applyAdjustments()
1231 protected void updateNotificationChannel(NotificationChannel channel) { in updateNotificationChannel() method in NotificationRecord
DNotificationManagerService.java1085 summary.updateNotificationChannel(newChannel); in updateAutobundledSummaryLocked()
1953 r.updateNotificationChannel(originalChannel); in unclassifyNotificationLocked()
3514 mPreferencesHelper.updateNotificationChannel(pkg, uid, channel, true,
8521 mPreferencesHelper.updateNotificationChannel(
8524 r.updateNotificationChannel(channel);
8528 r.updateNotificationChannel(channel);
DPreferencesHelper.java1259 public void updateNotificationChannel(String pkg, int uid, NotificationChannel updatedChannel,
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java657 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, updateNews, true, 1000, true); in testChannelXml()
1918 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, defaultChannel, true, in testChannelXml_defaultChannelUpdatedApp_userSettings()
2113 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, channel2, true, in testUpdate()
2140 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, defaultChannel, true, in testUpdate_preUpgrade_updatesAppFields()
2166 mHelper.updateNotificationChannel(PKG_O, UID_O, channel, true, in testUpdate_postUpgrade_noUpdateAppFields()
2192 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, channel, true, in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels()
2203 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, defaultChannel, true, in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels()
2303 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, update1, true, SYSTEM_UID, true); in testLockFields_soundAndVibration()
2311 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, update2, true, SYSTEM_UID, true); in testLockFields_soundAndVibration()
2326 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, update1, true, SYSTEM_UID, true); in testLockFields_vibrationAndLights()
[all …]
DGroupHelperTest.java2563 notifToInvalidate.updateNotificationChannel(updatedChannel); in testRepostWithNewChannel_afterAutogrouping_isRegrouped()
2611 notifToInvalidate.updateNotificationChannel(updatedChannel); in testRepostWithNewChannel_afterForceGrouping_isRegrouped()
2680 r.updateNotificationChannel(channel); in testMoveAggregateGroups_updateChannel()
2743 record.updateNotificationChannel(channel1); in testMoveAggregateGroups_updateChannel_multipleChannels()
2820 record.updateNotificationChannel(channel1); in testMoveAggregateGroups_updateChannel_multipleChannels_regroupOnClassifEnabled()
2894 record.updateNotificationChannel(socialChannel); in testMoveSections_notificationBundled()
2900 record.updateNotificationChannel(newsChannel); in testMoveSections_notificationBundled()
2960 record.updateNotificationChannel(socialChannel); in testCacheAndCancelAppSummary_notificationBundled()
3020 record.updateNotificationChannel(socialChannel); in testSingletonGroupsRegrouped_notificationBundledBeforeDelayTimeout()
3116 record.updateNotificationChannel(socialChannel); in testSingletonGroupsRegrouped_notificationBundledAfterDelayTimeout()
[all …]
DNotificationRecordTest.java1230 record.updateNotificationChannel( in testUpdateNotificationChannel()
1288 record.updateNotificationChannel( in testCalculateImportance_asstImportanceChannelUpdate()
1690 record.updateNotificationChannel(new NotificationChannel("new", "new", 3)); in updateChannel_nullAudioAttributes()
1705 record.updateNotificationChannel(update); in updateChannel_nonNullAudioAttributes()
DNotificationManagerServiceTest.java1269 .updateNotificationChannel(new NotificationChannel("a", "", IMPORTANCE_LOW)); in getSignalExtractorSideEffects()
5052 verify(mPreferencesHelper, times(1)).updateNotificationChannel( in updateNotificationChannelFromPrivilegedListener_cdm_success()
5074 verify(mPreferencesHelper, never()).updateNotificationChannel( in updateNotificationChannelFromPrivilegedListener_cdm_noAccess()
5095 verify(mPreferencesHelper, times(1)).updateNotificationChannel( in updateNotificationChannelFromPrivilegedListener_assistant_success()
5118 verify(mPreferencesHelper, never()).updateNotificationChannel( in updateNotificationChannelFromPrivilegedListener_assistant_noAccess()
5144 verify(mPreferencesHelper, never()).updateNotificationChannel( in updateNotificationChannelFromPrivilegedListener_badUser()
5176 verify(mPreferencesHelper, never()).updateNotificationChannel( in updateNotificationChannelFromPrivilegedListener_noSoundUriPermission()
5207 verify(mPreferencesHelper, times(1)).updateNotificationChannel( in updateNotificationChannelFromPrivilegedListener_noSoundUriPermission_sameSound()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java931 public final void updateNotificationChannel(@NonNull String pkg, @NonNull UserHandle user, in updateNotificationChannel() method in NotificationListenerService
/frameworks/base/core/java/android/app/
DNotificationManager.java1478 public void updateNotificationChannel(@NonNull String pkg, int uid, in updateNotificationChannel() method in NotificationManager
/frameworks/base/core/api/
Dtest-current.txt410 …method public void updateNotificationChannel(@NonNull String, int, @NonNull android.app.Notificati…
Dcurrent.txt42285 …method public final void updateNotificationChannel(@NonNull String, @NonNull android.os.UserHandle…
/frameworks/base/services/
Dart-profile2263 HSPLcom/android/server/notification/NotificationRecord;->updateNotificationChannel(Landroid/app/Not…
Dart-wear-profile12807 HPLcom/android/server/notification/NotificationRecord;->updateNotificationChannel(Landroid/app/Noti…
12895 HPLcom/android/server/notification/PreferencesHelper;->updateNotificationChannel(Ljava/lang/String;…