Searched refs:setNotificationListenerAccessGrantedForUser (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationShellCmd.java | 220 mBinderService.setNotificationListenerAccessGrantedForUser( in onCommand() 234 mBinderService.setNotificationListenerAccessGrantedForUser( in onCommand()
|
D | NotificationManagerService.java | 944 getBinderService().setNotificationListenerAccessGrantedForUser(cn, in allowNotificationListener() 5589 setNotificationListenerAccessGrantedForUser( 5601 public void setNotificationListenerAccessGrantedForUser(ComponentName listener, int userId,
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 189 …void setNotificationListenerAccessGrantedForUser(in ComponentName listener, int userId, boolean en… in setNotificationListenerAccessGrantedForUser() method
|
D | NotificationManager.java | 1685 public void setNotificationListenerAccessGrantedForUser(ComponentName listener, int userId, in setNotificationListenerAccessGrantedForUser() method in NotificationManager 1689 service.setNotificationListenerAccessGrantedForUser(listener, userId, granted, true); in setNotificationListenerAccessGrantedForUser()
|
/frameworks/base/services/core/java/com/android/server/vr/ |
D | VrManagerService.java | 1053 nm.setNotificationListenerAccessGrantedForUser(c, userId, true); in grantNotificationListenerAccess() 1067 nm.setNotificationListenerAccessGrantedForUser(component, userId, false); in revokeNotificationListenerAccess()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 4271 mBinderService.setNotificationListenerAccessGrantedForUser( in testSetListenerAccessForUser() 4291 () -> mBinderService.setNotificationListenerAccessGrantedForUser( in testSetListenerAccessForUser_grantWithNameTooLong_throws() 4301 mBinderService.setNotificationListenerAccessGrantedForUser( in testSetListenerAccessForUser_revokeWithNameTooLong_okay()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 6490 Landroid/app/INotificationManager$Stub$Proxy;->setNotificationListenerAccessGrantedForUser(Landroid… 6677 Landroid/app/INotificationManager;->setNotificationListenerAccessGrantedForUser(Landroid/content/Co… 8122 Landroid/app/NotificationManager;->setNotificationListenerAccessGrantedForUser(Landroid/content/Com…
|