Searched refs:setNotificationPolicyAccessGranted (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl100 void setNotificationPolicyAccessGranted(String pkg, boolean granted);
H A DNotificationManager.java678 public void setNotificationPolicyAccessGranted(String pkg, boolean granted) { method in class:NotificationManager
681 service.setNotificationPolicyAccessGranted(pkg, granted);
/frameworks/base/services/core/java/com/android/server/vr/
H A DVrManagerService.java605 nm.setNotificationPolicyAccessGranted(pkg, true);
613 nm.setNotificationPolicyAccessGranted(pkg, false);
/frameworks/base/services/core/java/com/android/server/notification/
H A DConditionProviders.java175 inm.setNotificationPolicyAccessGranted(pkgName, false);
H A DNotificationManagerService.java2141 public void setNotificationPolicyAccessGranted(String pkg, boolean granted)
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java5567 inm.setNotificationPolicyAccessGranted(packageName, false);

Completed in 266 milliseconds