Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
H A DShadowNotificationManager.java59 protected void setNotificationListenerAccessGranted(ComponentName listener, boolean granted) { in setNotificationListenerAccessGranted() method in ShadowNotificationManager
/aosp12/frameworks/base/core/java/android/app/
H A DNotificationManager.java1633 public void setNotificationListenerAccessGranted( in setNotificationListenerAccessGranted() method in NotificationManager
1651 public void setNotificationListenerAccessGranted( in setNotificationListenerAccessGranted() method in NotificationManager
H A DINotificationManager.aidl183 …void setNotificationListenerAccessGranted(in ComponentName listener, boolean enabled, boolean user… in setNotificationListenerAccessGranted() method