Home
last modified time | relevance | path

Searched defs:setNotificationPolicyAccessGranted (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
H A DShadowNotificationManager.java40 public void setNotificationPolicyAccessGranted(String pkg, boolean granted) { in setNotificationPolicyAccessGranted() method in ShadowNotificationManager
/aosp12/frameworks/base/core/java/android/app/
H A DNotificationManager.java1623 public void setNotificationPolicyAccessGranted(String pkg, boolean granted) { in setNotificationPolicyAccessGranted() method in NotificationManager
H A DINotificationManager.aidl206 void setNotificationPolicyAccessGranted(String pkg, boolean granted); in setNotificationPolicyAccessGranted() method