Searched refs:setNotificationPolicyAccessGranted (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 200 void setNotificationPolicyAccessGranted(String pkg, boolean granted); in setNotificationPolicyAccessGranted() method
|
D | NotificationManager.java | 1468 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/ |
D | ConditionProviders.java | 232 inm.setNotificationPolicyAccessGranted(pkgName, false); in onPackagesChanged()
|
D | NotificationManagerService.java | 688 getBinderService().setNotificationPolicyAccessGranted(packageName, true); in allowDndPackage() 4606 public void setNotificationPolicyAccessGranted(String pkg, boolean granted)
|
/frameworks/base/services/core/java/com/android/server/vr/ |
D | VrManagerService.java | 1028 nm.setNotificationPolicyAccessGranted(pkg, true); in grantNotificationPolicyAccess() 1036 nm.setNotificationPolicyAccessGranted(pkg, false); in revokeNotificationPolicyAccess()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 3021 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/ |
D | art-profile | 21372 …ndroid/server/notification/NotificationManagerService$10;->setNotificationPolicyAccessGranted(Ljav…
|