Searched refs:setNotificationListenerAccessGrantedForUser (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationShellCmd.java | 219 mBinderService.setNotificationListenerAccessGrantedForUser(cn, userId, true); in onCommand() 232 mBinderService.setNotificationListenerAccessGrantedForUser(cn, userId, false); in onCommand()
|
D | NotificationManagerService.java | 697 getBinderService().setNotificationListenerAccessGrantedForUser(cn, in allowNotificationListener() 4769 setNotificationListenerAccessGrantedForUser( 4781 public void setNotificationListenerAccessGrantedForUser(ComponentName listener, int userId,
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 182 …void setNotificationListenerAccessGrantedForUser(in ComponentName listener, int userId, boolean en… in setNotificationListenerAccessGrantedForUser() method
|
D | NotificationManager.java | 1488 public void setNotificationListenerAccessGrantedForUser(ComponentName listener, int userId, in setNotificationListenerAccessGrantedForUser() method in NotificationManager 1492 service.setNotificationListenerAccessGrantedForUser(listener, userId, granted); in setNotificationListenerAccessGrantedForUser()
|
/frameworks/base/services/core/java/com/android/server/vr/ |
D | VrManagerService.java | 1048 nm.setNotificationListenerAccessGrantedForUser(c, userId, true); in grantNotificationListenerAccess() 1059 nm.setNotificationListenerAccessGrantedForUser(component, userId, false); in revokeNotificationListenerAccess()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 2803 mBinderService.setNotificationListenerAccessGrantedForUser(c, user.getIdentifier(), true); in testSetListenerAccessForUser()
|
/frameworks/base/services/ |
D | art-profile | 21370 …id/server/notification/NotificationManagerService$10;->setNotificationListenerAccessGrantedForUser…
|