Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl210 void setNotificationPolicyAccessGranted(String pkg, boolean granted); in setNotificationPolicyAccessGranted() method
H A DNotificationManager.java1646 public void setNotificationPolicyAccessGranted(String pkg, boolean granted) { in setNotificationPolicyAccessGranted() method in NotificationManager
1649 service.setNotificationPolicyAccessGranted(pkg, granted); in setNotificationPolicyAccessGranted()
/aosp14/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()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DConditionProviders.java238 inm.setNotificationPolicyAccessGranted(pkgName, false); in onPackagesChanged()
H A DNotificationManagerService.java5430 public void setNotificationPolicyAccessGranted(String pkg, boolean granted)
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java4633 mBinderService.setNotificationPolicyAccessGranted(c.getPackageName(), true); in testSetDndAccess()
4680 mBinderService.setNotificationPolicyAccessGranted(c.getPackageName(), true); in testSetDndAccess_onLowRam()
4732 mBinderService.setNotificationPolicyAccessGranted(c.getPackageName(), true); in testSetDndAccess_doesNothingOnLowRam_exceptWatch()
/aosp14/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