Home
last modified time | relevance | path

Searched defs:isNotificationPolicyAccessGrantedForPackage (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowNotificationManager.java47 protected boolean isNotificationPolicyAccessGrantedForPackage(String pkg) { in isNotificationPolicyAccessGrantedForPackage() method in ShadowNotificationManager
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
H A DShadowNotificationManager.java49 protected boolean isNotificationPolicyAccessGrantedForPackage(String pkg) { in isNotificationPolicyAccessGrantedForPackage() method in ShadowNotificationManager
/aosp12/frameworks/base/core/java/android/app/
H A DNotificationManager.java1568 public boolean isNotificationPolicyAccessGrantedForPackage(@NonNull String pkg) { in isNotificationPolicyAccessGrantedForPackage() method in NotificationManager
H A DINotificationManager.aidl205 boolean isNotificationPolicyAccessGrantedForPackage(String pkg); in isNotificationPolicyAccessGrantedForPackage() method