Searched refs:setNotificationPolicyAccessGranted (Results 1 – 11 of 11) sorted by relevance
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/ |
H A D | ShadowNotificationManager.java | 40 public void setNotificationPolicyAccessGranted(String pkg, boolean granted) { in setNotificationPolicyAccessGranted() method in ShadowNotificationManager
|
/aosp12/packages/apps/Settings/src/com/android/settings/applications/specialaccess/zenaccess/ |
H A D | ZenAccessController.java | 102 mgr.setNotificationPolicyAccessGranted(pkg, access); in setAccess()
|
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/specialaccess/ |
H A D | NotificationAccessPreferenceControllerTest.java | 199 mNotificationManager.setNotificationPolicyAccessGranted( in revokeConfirmed_notificationPolicyAccessNotGranted_removesAutomaticZenRules()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | INotificationManager.aidl | 206 void setNotificationPolicyAccessGranted(String pkg, boolean granted); in setNotificationPolicyAccessGranted() method
|
H A D | NotificationManager.java | 1623 public void setNotificationPolicyAccessGranted(String pkg, boolean granted) { in setNotificationPolicyAccessGranted() method in NotificationManager 1626 service.setNotificationPolicyAccessGranted(pkg, granted); in setNotificationPolicyAccessGranted()
|
/aosp12/frameworks/base/services/core/java/com/android/server/vr/ |
H A D | VrManagerService.java | 1032 nm.setNotificationPolicyAccessGranted(pkg, true); in grantNotificationPolicyAccess() 1040 nm.setNotificationPolicyAccessGranted(pkg, false); in revokeNotificationPolicyAccess()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ConditionProviders.java | 238 inm.setNotificationPolicyAccessGranted(pkgName, false); in onPackagesChanged()
|
H A D | NotificationManagerService.java | 855 getBinderService().setNotificationPolicyAccessGranted(packageName, true); in allowDndPackage() 4987 public void setNotificationPolicyAccessGranted(String pkg, boolean granted)
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 3311 mBinderService.setNotificationPolicyAccessGranted(c.getPackageName(), true); in testSetDndAccess() 3358 mBinderService.setNotificationPolicyAccessGranted(c.getPackageName(), true); in testSetDndAccess_onLowRam() 3410 mBinderService.setNotificationPolicyAccessGranted(c.getPackageName(), true); in testSetDndAccess_doesNothingOnLowRam_exceptWatch()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A 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
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 26532 …ndroid/server/notification/NotificationManagerService$11;->setNotificationPolicyAccessGranted(Ljav…
|