/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationChannelExtractor.java | 51 record.updateNotificationChannel(updatedChannel); in process()
|
D | RankingConfig.java | 46 void updateNotificationChannel(String pkg, int uid, NotificationChannel channel, in updateNotificationChannel() method
|
D | NotificationRecord.java | 1025 protected void updateNotificationChannel(NotificationChannel channel) { in updateNotificationChannel() method in NotificationRecord
|
D | NotificationManagerService.java | 2411 mPreferencesHelper.updateNotificationChannel(pkg, uid, channel, true); 5730 mPreferencesHelper.updateNotificationChannel( 5732 r.updateNotificationChannel(channel); 5737 r.updateNotificationChannel(channel);
|
D | PreferencesHelper.java | 941 public void updateNotificationChannel(String pkg, int uid, NotificationChannel updatedChannel, in updateNotificationChannel() method in PreferencesHelper
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 699 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, defaultChannel, true); in testChannelXml_defaultChannelUpdatedApp_userSettings() 851 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, channel2, true); in testUpdate() 878 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, defaultChannel, true); in testUpdate_preUpgrade_updatesAppFields() 904 mHelper.updateNotificationChannel(PKG_O, UID_O, channel, true); in testUpdate_postUpgrade_noUpdateAppFields() 931 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, channel, true); in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels() 941 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, defaultChannel, true); in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels() 1037 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, update1, true); in testLockFields_soundAndVibration() 1045 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, update2, true); in testLockFields_soundAndVibration() 1059 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, update1, true); in testLockFields_vibrationAndLights() 1066 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, update2, true); in testLockFields_vibrationAndLights() [all …]
|
D | NotificationRecordTest.java | 857 record.updateNotificationChannel( in testUpdateNotificationChannel() 914 record.updateNotificationChannel( in testCalculateImportance_asstImportanceChannelUpdate()
|
D | NotificationManagerServiceTest.java | 673 .updateNotificationChannel(new NotificationChannel("a", "", IMPORTANCE_LOW)); in getSignalExtractorSideEffects() 2320 verify(mPreferencesHelper, times(1)).updateNotificationChannel( in testUpdateNotificationChannelFromPrivilegedListener_success() 2343 verify(mPreferencesHelper, never()).updateNotificationChannel( in testUpdateNotificationChannelFromPrivilegedListener_noAccess() 2371 verify(mPreferencesHelper, never()).updateNotificationChannel( in testUpdateNotificationChannelFromPrivilegedListener_badUser()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 761 public final void updateNotificationChannel(@NonNull String pkg, @NonNull UserHandle user, in updateNotificationChannel() method in NotificationListenerService
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/services/ |
D | art-profile | 21982 HSPLcom/android/server/notification/NotificationRecord;->updateNotificationChannel(Landroid/app/Not… 22184 HPLcom/android/server/notification/PreferencesHelper;->updateNotificationChannel(Ljava/lang/String;…
|
/frameworks/base/api/ |
D | current.txt | 43826 …method public final void updateNotificationChannel(@NonNull String, @NonNull android.os.UserHandle…
|