Searched refs:updateNotificationChannelForPackage (Results 1 – 12 of 12) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationInfoTest.java | 883 verify(mMockINotificationManager, never()).updateNotificationChannelForPackage( in testBindNotification_DoesNotUpdateNotificationChannel() 934 verify(mMockINotificationManager, never()).updateNotificationChannelForPackage( in testDoesNotUpdateNotificationChannelAfterImportanceChanged() 962 verify(mMockINotificationManager, never()).updateNotificationChannelForPackage( in testDoesNotUpdateNotificationChannelAfterImportanceChangedSilenced() 990 verify(mMockINotificationManager, never()).updateNotificationChannelForPackage( in testDoesNotUpdateNotificationChannelAfterImportanceChangedAutomatic() 1047 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnchanged() 1084 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnspecified() 1117 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testSilenceCallsUpdateNotificationChannel() 1159 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testUnSilenceCallsUpdateNotificationChannel() 1230 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testSilenceCallsUpdateNotificationChannel_channelImportanceUnspecified() 1473 verify(mMockINotificationManager, never()).updateNotificationChannelForPackage( in testCloseControlsDoesNotUpdateIfSaveIsFalse() [all …]
|
H A D | NotificationConversationInfoTest.java | 742 verify(mMockINotificationManager, never()).updateNotificationChannelForPackage( in testFavorite() 786 verify(mMockINotificationManager, never()).updateNotificationChannelForPackage( in testDefault() 832 verify(mMockINotificationManager, never()).updateNotificationChannelForPackage( in testSilence() 869 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testFavorite_andSave() 908 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testFavorite_andSave_doesNotLowerImportance() 947 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testFavorite_thenDefaultThenFavorite_andSave_nothingChanged() 1047 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testDefault_andSave() 1085 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testDefault_andSave_doesNotChangeNonImportantBubbling() 1122 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testDefault_andSave_doesNotDemoteImportance() 1159 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testSilence_andSave()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ChannelEditorDialogController.kt | 262 noMan.updateNotificationChannelForPackage(packageName!!, appUid!!, channel)
|
H A D | NotificationConversationInfo.java | 668 mINotificationManager.updateNotificationChannelForPackage( in run()
|
H A D | NotificationInfo.java | 690 mINotificationManager.updateNotificationChannelForPackage(
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | INotificationManager.aidl | 102 void updateNotificationChannelForPackage(String pkg, int uid, in NotificationChannel channel); in updateNotificationChannelForPackage() method
|
H A D | NotificationManager.java | 1097 service.updateNotificationChannelForPackage(pkg, uid, channel); in updateNotificationChannel()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
H A D | BubblesManager.java | 592 mNotificationManager.updateNotificationChannelForPackage(appPkg, appUid, channel);
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationShellCmd.java | 315 mBinderService.updateNotificationChannelForPackage(packageName, appUid, in onCommand()
|
H A D | NotificationManagerService.java | 4138 public void updateNotificationChannelForPackage(String pkg, int uid,
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 1255 mBinderService.updateNotificationChannelForPackage(PKG, mUid, updatedChannel); in testCreateNotificationChannels_CannotDowngradeImportanceIfAlreadyUpdated() 1350 mBinderService.updateNotificationChannelForPackage(PKG, mUid, update); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService() 1372 mBinderService.updateNotificationChannelForPackage(PKG, mUid, update); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService() 3170 mBinderService.updateNotificationChannelForPackage(PKG_N_MR1, mUid, defaultChannel); in testDefaultChannelUpdatesApp_postMigrationToPermissions() 3392 mBinderService.updateNotificationChannelForPackage(PKG, 0, updatedChannel); in testUpdateChannelNotifyCreatorBlock() 3414 mBinderService.updateNotificationChannelForPackage(PKG, 0, mTestNotificationChannel); in testUpdateChannelNotifyCreatorUnblock() 3436 mBinderService.updateNotificationChannelForPackage(PKG, 0, mTestNotificationChannel); in testUpdateChannelNoNotifyCreatorOtherChanges() 3555 mBinderService.updateNotificationChannelForPackage(PKG, mUid, mTestNotificationChannel); in testUpdateChannelNotifyListener()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 6505 Landroid/app/INotificationManager$Stub$Proxy;->updateNotificationChannelForPackage(Ljava/lang/Strin… 6692 Landroid/app/INotificationManager;->updateNotificationChannelForPackage(Ljava/lang/String;ILandroid…
|