/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationChannelExtractor.java | 77 record.updateNotificationChannel(updatedChannel); in process() 111 record.updateNotificationChannel(clone); in process()
|
D | RankingConfig.java | 46 void updateNotificationChannel(String pkg, int uid, NotificationChannel updatedChannel, in updateNotificationChannel() method
|
D | NotificationRecord.java | 812 updateNotificationChannel(signals.getParcelable(Adjustment.KEY_TYPE, in applyAdjustments() 1231 protected void updateNotificationChannel(NotificationChannel channel) { in updateNotificationChannel() method in NotificationRecord
|
D | NotificationManagerService.java | 1085 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);
|
D | PreferencesHelper.java | 1259 public void updateNotificationChannel(String pkg, int uid, NotificationChannel updatedChannel,
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 657 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 …]
|
D | GroupHelperTest.java | 2563 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 …]
|
D | NotificationRecordTest.java | 1230 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()
|
D | NotificationManagerServiceTest.java | 1269 .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/ |
D | NotificationListenerService.java | 931 public final void updateNotificationChannel(@NonNull String pkg, @NonNull UserHandle user, in updateNotificationChannel() method in NotificationListenerService
|
/frameworks/base/core/java/android/app/ |
D | NotificationManager.java | 1478 public void updateNotificationChannel(@NonNull String pkg, int uid, in updateNotificationChannel() method in NotificationManager
|
/frameworks/base/core/api/ |
D | test-current.txt | 410 …method public void updateNotificationChannel(@NonNull String, int, @NonNull android.app.Notificati…
|
D | current.txt | 42285 …method public final void updateNotificationChannel(@NonNull String, @NonNull android.os.UserHandle…
|
/frameworks/base/services/ |
D | art-profile | 2263 HSPLcom/android/server/notification/NotificationRecord;->updateNotificationChannel(Landroid/app/Not…
|
D | art-wear-profile | 12807 HPLcom/android/server/notification/NotificationRecord;->updateNotificationChannel(Landroid/app/Noti… 12895 HPLcom/android/server/notification/PreferencesHelper;->updateNotificationChannel(Ljava/lang/String;…
|