Home
last modified time | relevance | path

Searched refs:setNotificationListenerAccessGranted (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
DINotificationManager.aidl180 void setNotificationListenerAccessGranted(in ComponentName listener, boolean enabled); in setNotificationListenerAccessGranted() method
DNotificationManager.java1478 public void setNotificationListenerAccessGranted(ComponentName listener, boolean granted) { in setNotificationListenerAccessGranted() method in NotificationManager
1481 service.setNotificationListenerAccessGranted(listener, granted); in setNotificationListenerAccessGranted()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java2881 mBinderService.setNotificationListenerAccessGranted(c, true); in testSetListenerAccess()
3035 mBinderService.setNotificationListenerAccessGranted(c, true); in testSetListenerAccess_onLowRam()
3083 mBinderService.setNotificationListenerAccessGranted(c, true); in testSetListenerAccess_doesNothingOnLowRam_exceptWatch()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java4767 public void setNotificationListenerAccessGranted(ComponentName listener,
/frameworks/base/services/
Dart-profile21369 …droid/server/notification/NotificationManagerService$10;->setNotificationListenerAccessGranted(Lan…