Home
last modified time | relevance | path

Searched refs:getEnabledNotificationListeners (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DNotificationManager.java1726 public @NonNull List<ComponentName> getEnabledNotificationListeners() { in getEnabledNotificationListeners() method in NotificationManager
1727 return getEnabledNotificationListeners(mContext.getUserId()); in getEnabledNotificationListeners()
1731 public List<ComponentName> getEnabledNotificationListeners(int userId) { in getEnabledNotificationListeners() method in NotificationManager
1734 return service.getEnabledNotificationListeners(userId); in getEnabledNotificationListeners()
H A DINotificationManager.aidl192 List<ComponentName> getEnabledNotificationListeners(int userId); in getEnabledNotificationListeners() method
/aosp14/frameworks/base/services/core/java/com/android/server/vr/
H A DVrManagerService.java1063 List<ComponentName> current = nm.getEnabledNotificationListeners(userId); in revokeNotificationListenerAccess()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java5546 public List<ComponentName> getEnabledNotificationListeners(int userId) {
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt1003 …_LISTENERS) public java.util.List<android.content.ComponentName> getEnabledNotificationListeners();
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt6442 Landroid/app/INotificationManager$Stub$Proxy;->getEnabledNotificationListeners(I)Ljava/util/List;
6634 Landroid/app/INotificationManager;->getEnabledNotificationListeners(I)Ljava/util/List;
8111 Landroid/app/NotificationManager;->getEnabledNotificationListeners(I)Ljava/util/List;