Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DINotificationManager.aidl200 void setNotificationPolicyAccessGranted(String pkg, boolean granted); in setNotificationPolicyAccessGranted() method
DNotificationManager.java1468 public void setNotificationPolicyAccessGranted(String pkg, boolean granted) { in setNotificationPolicyAccessGranted() method in NotificationManager
1471 service.setNotificationPolicyAccessGranted(pkg, granted); in setNotificationPolicyAccessGranted()
/frameworks/base/services/core/java/com/android/server/notification/
DConditionProviders.java232 inm.setNotificationPolicyAccessGranted(pkgName, false); in onPackagesChanged()
DNotificationManagerService.java688 getBinderService().setNotificationPolicyAccessGranted(packageName, true); in allowDndPackage()
4606 public void setNotificationPolicyAccessGranted(String pkg, boolean granted)
/frameworks/base/services/core/java/com/android/server/vr/
DVrManagerService.java1028 nm.setNotificationPolicyAccessGranted(pkg, true); in grantNotificationPolicyAccess()
1036 nm.setNotificationPolicyAccessGranted(pkg, false); in revokeNotificationPolicyAccess()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java3021 mBinderService.setNotificationPolicyAccessGranted(c.getPackageName(), true); in testSetDndAccess()
3068 mBinderService.setNotificationPolicyAccessGranted(c.getPackageName(), true); in testSetDndAccess_onLowRam()
3120 mBinderService.setNotificationPolicyAccessGranted(c.getPackageName(), true); in testSetDndAccess_doesNothingOnLowRam_exceptWatch()
/frameworks/base/services/
Dart-profile21372 …ndroid/server/notification/NotificationManagerService$10;->setNotificationPolicyAccessGranted(Ljav…