/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 | 44 …void updateNotificationChannel(String pkg, int uid, NotificationChannel channel, boolean fromUser); in updateNotificationChannel() method
|
D | NotificationRecord.java | 967 protected void updateNotificationChannel(NotificationChannel channel) { in updateNotificationChannel() method in NotificationRecord
|
D | PreferencesHelper.java | 755 public void updateNotificationChannel(String pkg, int uid, NotificationChannel updatedChannel, in updateNotificationChannel() method in PreferencesHelper
|
D | NotificationManagerService.java | 2026 mPreferencesHelper.updateNotificationChannel(pkg, uid, channel, true); 4875 mPreferencesHelper.updateNotificationChannel( 4877 r.updateNotificationChannel(channel); 4882 r.updateNotificationChannel(channel);
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 627 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, defaultChannel, true); in testChannelXml_defaultChannelUpdatedApp_userSettings() 779 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, channel2, true); in testUpdate() 806 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, defaultChannel, true); in testUpdate_preUpgrade_updatesAppFields() 832 mHelper.updateNotificationChannel(PKG_O, UID_O, channel, true); in testUpdate_postUpgrade_noUpdateAppFields() 859 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, channel, true); in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels() 869 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, defaultChannel, true); in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels() 965 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, update1, true); in testLockFields_soundAndVibration() 973 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, update2, true); in testLockFields_soundAndVibration() 987 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, update1, true); in testLockFields_vibrationAndLights() 994 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, update2, true); in testLockFields_vibrationAndLights() [all …]
|
D | NotificationRecordTest.java | 835 record.updateNotificationChannel( in testUpdateNotificationChannel() 892 record.updateNotificationChannel( in testCalculateImportance_asstImportanceChannelUpdate()
|
D | NotificationManagerServiceTest.java | 513 .updateNotificationChannel(new NotificationChannel("a", "", IMPORTANCE_LOW)); in getSignalExtractorSideEffects() 1838 verify(mPreferencesHelper, times(1)).updateNotificationChannel( in testUpdateNotificationChannelFromPrivilegedListener_success() 1860 verify(mPreferencesHelper, never()).updateNotificationChannel( in testUpdateNotificationChannelFromPrivilegedListener_noAccess() 1887 verify(mPreferencesHelper, never()).updateNotificationChannel( in testUpdateNotificationChannelFromPrivilegedListener_badUser()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 733 public final void updateNotificationChannel(@NonNull String pkg, @NonNull UserHandle user, in updateNotificationChannel() method in NotificationListenerService
|
/frameworks/base/services/ |
D | art-profile | 9804 PLcom/android/server/notification/PreferencesHelper;->updateNotificationChannel(Ljava/lang/String;I…
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 41951 …method public final void updateNotificationChannel(@NonNull String, @NonNull android.os.UserHandle…
|
/frameworks/base/api/ |
D | current.txt | 42095 …method public final void updateNotificationChannel(@NonNull String, @NonNull android.os.UserHandle…
|