Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DINotificationManager.aidl218 void setNotificationPolicyAccessGranted(String pkg, boolean granted); in setNotificationPolicyAccessGranted() method
DNotificationManager.java1804 public void setNotificationPolicyAccessGranted(String pkg, boolean granted) { in setNotificationPolicyAccessGranted() method in NotificationManager
1807 service.setNotificationPolicyAccessGranted(pkg, granted); in setNotificationPolicyAccessGranted()
/frameworks/base/services/core/java/com/android/server/vr/
DVrManagerService.java1032 nm.setNotificationPolicyAccessGranted(pkg, true); in grantNotificationPolicyAccess()
1040 nm.setNotificationPolicyAccessGranted(pkg, false); in revokeNotificationPolicyAccess()
/frameworks/base/services/core/java/com/android/server/notification/
DConditionProviders.java241 inm.setNotificationPolicyAccessGranted(pkgName, false); in onPackagesChanged()
DNotificationManagerService.java5968 public void setNotificationPolicyAccessGranted(String pkg, boolean granted)
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java5195 mBinderService.setNotificationPolicyAccessGranted(c.getPackageName(), true); in testSetDndAccess()
5242 mBinderService.setNotificationPolicyAccessGranted(c.getPackageName(), true); in testSetDndAccess_onLowRam()
5294 mBinderService.setNotificationPolicyAccessGranted(c.getPackageName(), true); in testSetDndAccess_doesNothingOnLowRam_exceptWatch()
/frameworks/base/boot/hiddenapi/
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