Searched refs:setNotificationPolicyAccessGranted (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 218 void setNotificationPolicyAccessGranted(String pkg, boolean granted); in setNotificationPolicyAccessGranted() method
|
D | NotificationManager.java | 1804 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/ |
D | VrManagerService.java | 1032 nm.setNotificationPolicyAccessGranted(pkg, true); in grantNotificationPolicyAccess() 1040 nm.setNotificationPolicyAccessGranted(pkg, false); in revokeNotificationPolicyAccess()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ConditionProviders.java | 241 inm.setNotificationPolicyAccessGranted(pkgName, false); in onPackagesChanged()
|
D | NotificationManagerService.java | 5968 public void setNotificationPolicyAccessGranted(String pkg, boolean granted)
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 5195 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/ |
D | hiddenapi-max-target-o.txt | 6492 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
|