Searched refs:updateNotificationChannelForPackage (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationInfoTest.java | 758 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/ |
D | ChannelEditorDialogController.kt | 231 noMan.updateNotificationChannelForPackage(packageName!!, appUid!!, channel) in <lambda>()
|
D | NotificationInfo.java | 836 mINotificationManager.updateNotificationChannelForPackage(
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 92 void updateNotificationChannelForPackage(String pkg, int uid, in NotificationChannel channel); in updateNotificationChannelForPackage() method
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 684 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/ |
D | NotificationManagerService.java | 2849 public void updateNotificationChannelForPackage(String pkg, int uid,
|
/frameworks/base/services/ |
D | art-profile | 9423 …ndroid/server/notification/NotificationManagerService$10;->updateNotificationChannelForPackage(Lja…
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 6508 Landroid/app/INotificationManager$Stub$Proxy;->updateNotificationChannelForPackage(Ljava/lang/Strin… 6695 Landroid/app/INotificationManager;->updateNotificationChannelForPackage(Ljava/lang/String;ILandroid…
|