Searched refs:setNotificationsEnabledForPackage (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | ChannelEditorDialogControllerTest.kt | 160 verify(mockNoMan, times(1)).setNotificationsEnabledForPackage( in testApply_demoteApp() 175 verify(mockNoMan, times(1)).setNotificationsEnabledForPackage( in testApply_promoteApp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ChannelEditorDialogController.kt | 255 noMan.setNotificationsEnabledForPackage(packageName!!, appUid!!, b) in <lambda>()
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 65 void setNotificationsEnabledForPackage(String pkg, int uid, boolean enabled); in setNotificationsEnabledForPackage() method
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 1062 mBinderService.setNotificationsEnabledForPackage(PKG, mUid, false); in testEnqueuedBlockedNotifications_blockedApp() 1076 mBinderService.setNotificationsEnabledForPackage(PKG, mUid, false); in testEnqueuedBlockedNotifications_blockedAppForegroundService() 2054 mBinderService.setNotificationsEnabledForPackage(PKG, 0, true); in testUpdateAppNotifyCreatorBlock() 2068 mBinderService.setNotificationsEnabledForPackage(PKG, 0, false); in testUpdateAppNotifyCreatorBlock_notIfMatchesExistingSetting() 2076 mBinderService.setNotificationsEnabledForPackage(PKG, 0, true); in testUpdateAppNotifyCreatorUnblock()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 3029 public void setNotificationsEnabledForPackage(String pkg, int uid, boolean enabled) { 3081 setNotificationsEnabledForPackage(pkg, uid, enabled);
|
/frameworks/base/services/ |
D | art-profile | 21374 PLcom/android/server/notification/NotificationManagerService$10;->setNotificationsEnabledForPackage…
|