/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationChannelExtractor.java | 51 record.updateNotificationChannel(updatedChannel); in process()
|
H A D | RankingConfig.java | 49 void updateNotificationChannel(String pkg, int uid, NotificationChannel channel, in updateNotificationChannel() method
|
H A D | NotificationRecord.java | 1067 protected void updateNotificationChannel(NotificationChannel channel) { in updateNotificationChannel() method in NotificationRecord
|
H A D | NotificationManagerService.java | 2662 mPreferencesHelper.updateNotificationChannel(pkg, uid, channel, true); 6183 mPreferencesHelper.updateNotificationChannel( 6185 r.updateNotificationChannel(channel); 6190 r.updateNotificationChannel(channel);
|
H A D | PreferencesHelper.java | 999 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 D | PreferencesHelperTest.java | 961 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 D | NotificationRecordTest.java | 895 record.updateNotificationChannel( in testUpdateNotificationChannel() 953 record.updateNotificationChannel( in testCalculateImportance_asstImportanceChannelUpdate()
|
H A D | NotificationManagerServiceTest.java | 795 .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 D | NotificationManager.java | 1056 public void updateNotificationChannel(@NonNull String pkg, int uid, in updateNotificationChannel() method in NotificationManager
|
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationListenerService.java | 854 public final void updateNotificationChannel(@NonNull String pkg, @NonNull UserHandle user, in updateNotificationChannel() method in NotificationListenerService
|
/aosp12/frameworks/base/core/api/ |
H A D | test-current.txt | 315 …method public void updateNotificationChannel(@NonNull String, int, @NonNull android.app.Notificati…
|
H A D | current.txt | 38675 …method public final void updateNotificationChannel(@NonNull String, @NonNull android.os.UserHandle…
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/services/ |
H A D | art-profile | 27265 HPLcom/android/server/notification/NotificationRecord;->updateNotificationChannel(Landroid/app/Noti… 27460 HPLcom/android/server/notification/PreferencesHelper;->updateNotificationChannel(Ljava/lang/String;…
|