Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationChannelExtractor.java51 record.updateNotificationChannel(updatedChannel); in process()
H A DRankingConfig.java49 void updateNotificationChannel(String pkg, int uid, NotificationChannel channel, in updateNotificationChannel() method
H A DNotificationRecord.java1067 protected void updateNotificationChannel(NotificationChannel channel) { in updateNotificationChannel() method in NotificationRecord
H A DNotificationManagerService.java2662 mPreferencesHelper.updateNotificationChannel(pkg, uid, channel, true);
6183 mPreferencesHelper.updateNotificationChannel(
6185 r.updateNotificationChannel(channel);
6190 r.updateNotificationChannel(channel);
H A DPreferencesHelper.java999 public void updateNotificationChannel(String pkg, int uid, NotificationChannel updatedChannel, in updateNotificationChannel() method in PreferencesHelper
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java961 mHelper.updateNotificationChannel(PKG_O, UID_O, channel, true); in testUpdate_postUpgrade_noUpdateAppFields()
988 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, channel, true); in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels()
1094 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, update1, true); in testLockFields_soundAndVibration()
1102 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, update2, true); in testLockFields_soundAndVibration()
1191 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, update, true); in testLockFields_allowBubble()
1539 mHelper.updateNotificationChannel(PKG_N_MR1, uid, channel, true); in testUpdateCanChannelsBypassDnd()
1547 mHelper.updateNotificationChannel(PKG_N_MR1, uid, channel, true); in testUpdateCanChannelsBypassDnd()
2890 mHelper.updateNotificationChannel(PKG_O, UID_O, update, true); in testUpdateNotificationChannel_oemLockedImportance()
2897 mHelper.updateNotificationChannel(PKG_O, UID_O, update, true); in testUpdateNotificationChannel_oemLockedImportance()
3038 mHelper.updateNotificationChannel(PKG_O, UID_O, update, true); in testUpdateNotificationChannel_defaultAppLockedImportance()
[all …]
H A DNotificationRecordTest.java895 record.updateNotificationChannel( in testUpdateNotificationChannel()
953 record.updateNotificationChannel( in testCalculateImportance_asstImportanceChannelUpdate()
H A DNotificationManagerServiceTest.java795 .updateNotificationChannel(new NotificationChannel("a", "", IMPORTANCE_LOW)); in getSignalExtractorSideEffects()
2523 verify(mPreferencesHelper, times(1)).updateNotificationChannel( in testUpdateNotificationChannelFromPrivilegedListener_success()
2546 verify(mPreferencesHelper, never()).updateNotificationChannel( in testUpdateNotificationChannelFromPrivilegedListener_noAccess()
2574 verify(mPreferencesHelper, never()).updateNotificationChannel( in testUpdateNotificationChannelFromPrivilegedListener_badUser()
/aosp12/frameworks/base/core/java/android/app/
H A DNotificationManager.java1056 public void updateNotificationChannel(@NonNull String pkg, int uid, in updateNotificationChannel() method in NotificationManager
/aosp12/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java854 public final void updateNotificationChannel(@NonNull String pkg, @NonNull UserHandle user, in updateNotificationChannel() method in NotificationListenerService
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt315 …method public void updateNotificationChannel(@NonNull String, int, @NonNull android.app.Notificati…
H A Dcurrent.txt38675 …method public final void updateNotificationChannel(@NonNull String, @NonNull android.os.UserHandle…
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/services/
H A Dart-profile27265 HPLcom/android/server/notification/NotificationRecord;->updateNotificationChannel(Landroid/app/Noti…
27460 HPLcom/android/server/notification/PreferencesHelper;->updateNotificationChannel(Ljava/lang/String;…