Home
last modified time | relevance | path

Searched refs:updateNotificationChannelForPackage (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java758 verify(mMockINotificationManager, never()).updateNotificationChannelForPackage( in testBindNotification_DoesNotUpdateNotificationChannel()
783 verify(mMockINotificationManager, never()).updateNotificationChannelForPackage( in testDoesNotUpdateNotificationChannelAfterImportanceChanged()
809 verify(mMockINotificationManager, never()).updateNotificationChannelForPackage( in testDoesNotUpdateNotificationChannelAfterImportanceChangedSilenced()
835 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnchanged()
863 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnspecified()
1019 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testSilentlyChangedCallsUpdateNotificationChannel_blockingHelper()
1051 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testKeepUpdatesNotificationChannel_blockingHelper()
1081 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testNoActionsUpdatesNotificationChannel_blockingHelper()
1113 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testSilenceCallsUpdateNotificationChannel()
1146 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testUnSilenceCallsUpdateNotificationChannel()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogController.kt231 noMan.updateNotificationChannelForPackage(packageName!!, appUid!!, channel) in <lambda>()
DNotificationInfo.java836 mINotificationManager.updateNotificationChannelForPackage(
/frameworks/base/core/java/android/app/
DINotificationManager.aidl92 void updateNotificationChannelForPackage(String pkg, int uid, in NotificationChannel channel); in updateNotificationChannelForPackage() method
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java684 mBinderService.updateNotificationChannelForPackage(PKG, mUid, updatedChannel); in testCreateNotificationChannels_CannotDowngradeImportanceIfAlreadyUpdated()
775 mBinderService.updateNotificationChannelForPackage(PKG, mUid, update); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService()
797 mBinderService.updateNotificationChannelForPackage(PKG, mUid, update); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService()
1624 mBinderService.updateNotificationChannelForPackage(PKG, 0, updatedChannel); in testUpdateChannelNotifyCreatorBlock()
1646 mBinderService.updateNotificationChannelForPackage(PKG, 0, mTestNotificationChannel); in testUpdateChannelNotifyCreatorUnblock()
1668 mBinderService.updateNotificationChannelForPackage(PKG, 0, mTestNotificationChannel); in testUpdateChannelNoNotifyCreatorOtherChanges()
1787 mBinderService.updateNotificationChannelForPackage(PKG, 0, mTestNotificationChannel); in testUpdateChannelNotifyListener()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2849 public void updateNotificationChannelForPackage(String pkg, int uid,
/frameworks/base/services/
Dart-profile9423 …ndroid/server/notification/NotificationManagerService$10;->updateNotificationChannelForPackage(Lja…
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt6508 Landroid/app/INotificationManager$Stub$Proxy;->updateNotificationChannelForPackage(Ljava/lang/Strin…
6695 Landroid/app/INotificationManager;->updateNotificationChannelForPackage(Ljava/lang/String;ILandroid…