Home
last modified time | relevance | path

Searched refs:setNotificationPolicyAccessGranted (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
H A DShadowNotificationManager.java40 public void setNotificationPolicyAccessGranted(String pkg, boolean granted) { in setNotificationPolicyAccessGranted() method in ShadowNotificationManager
/aosp12/packages/apps/Settings/src/com/android/settings/applications/specialaccess/zenaccess/
H A DZenAccessController.java102 mgr.setNotificationPolicyAccessGranted(pkg, access); in setAccess()
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/specialaccess/
H A DNotificationAccessPreferenceControllerTest.java199 mNotificationManager.setNotificationPolicyAccessGranted( in revokeConfirmed_notificationPolicyAccessNotGranted_removesAutomaticZenRules()
/aosp12/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl206 void setNotificationPolicyAccessGranted(String pkg, boolean granted); in setNotificationPolicyAccessGranted() method
H A DNotificationManager.java1623 public void setNotificationPolicyAccessGranted(String pkg, boolean granted) { in setNotificationPolicyAccessGranted() method in NotificationManager
1626 service.setNotificationPolicyAccessGranted(pkg, granted); in setNotificationPolicyAccessGranted()
/aosp12/frameworks/base/services/core/java/com/android/server/vr/
H A DVrManagerService.java1032 nm.setNotificationPolicyAccessGranted(pkg, true); in grantNotificationPolicyAccess()
1040 nm.setNotificationPolicyAccessGranted(pkg, false); in revokeNotificationPolicyAccess()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DConditionProviders.java238 inm.setNotificationPolicyAccessGranted(pkgName, false); in onPackagesChanged()
H A DNotificationManagerService.java855 getBinderService().setNotificationPolicyAccessGranted(packageName, true); in allowDndPackage()
4987 public void setNotificationPolicyAccessGranted(String pkg, boolean granted)
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java3311 mBinderService.setNotificationPolicyAccessGranted(c.getPackageName(), true); in testSetDndAccess()
3358 mBinderService.setNotificationPolicyAccessGranted(c.getPackageName(), true); in testSetDndAccess_onLowRam()
3410 mBinderService.setNotificationPolicyAccessGranted(c.getPackageName(), true); in testSetDndAccess_doesNothingOnLowRam_exceptWatch()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt6492 Landroid/app/INotificationManager$Stub$Proxy;->setNotificationPolicyAccessGranted(Ljava/lang/String…
6679 Landroid/app/INotificationManager;->setNotificationPolicyAccessGranted(Ljava/lang/String;Z)V
8123 Landroid/app/NotificationManager;->setNotificationPolicyAccessGranted(Ljava/lang/String;Z)V
/aosp12/frameworks/base/services/
H A Dart-profile26532 …ndroid/server/notification/NotificationManagerService$11;->setNotificationPolicyAccessGranted(Ljav…