Home
last modified time | relevance | path

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 DNotificationInfoTest.java883 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 DNotificationConversationInfoTest.java742 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 DChannelEditorDialogController.kt262 noMan.updateNotificationChannelForPackage(packageName!!, appUid!!, channel)
H A DNotificationConversationInfo.java668 mINotificationManager.updateNotificationChannelForPackage( in run()
H A DNotificationInfo.java690 mINotificationManager.updateNotificationChannelForPackage(
/aosp14/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl102 void updateNotificationChannelForPackage(String pkg, int uid, in NotificationChannel channel); in updateNotificationChannelForPackage() method
H A DNotificationManager.java1097 service.updateNotificationChannelForPackage(pkg, uid, channel); in updateNotificationChannel()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java592 mNotificationManager.updateNotificationChannelForPackage(appPkg, appUid, channel);
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationShellCmd.java315 mBinderService.updateNotificationChannelForPackage(packageName, appUid, in onCommand()
H A DNotificationManagerService.java4138 public void updateNotificationChannelForPackage(String pkg, int uid,
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java1255 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 Dhiddenapi-max-target-o.txt6505 Landroid/app/INotificationManager$Stub$Proxy;->updateNotificationChannelForPackage(Ljava/lang/Strin…
6692 Landroid/app/INotificationManager;->updateNotificationChannelForPackage(Ljava/lang/String;ILandroid…