Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionService.java593 if (packageName == null || !hasEnabledNotificationListener( in enforceMediaPermissions()
634 private boolean hasEnabledNotificationListener(String packageName, in hasEnabledNotificationListener() method in MediaSessionService
644 return mNotificationManager.hasEnabledNotificationListener(packageName, userHandle); in hasEnabledNotificationListener()
2046 || hasEnabledNotificationListener( in isTrusted()
2149 private boolean hasEnabledNotificationListener(int callingUserId, in hasEnabledNotificationListener() method in MediaSessionService.SessionManagerImpl
2174 if (mNotificationManager.hasEnabledNotificationListener(controllerPackageName, in hasEnabledNotificationListener()
/aosp14/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl197 boolean hasEnabledNotificationListener(String packageName, int userId); in hasEnabledNotificationListener() method
H A DNotificationManager.java1761 public boolean hasEnabledNotificationListener(@NonNull String packageName, in hasEnabledNotificationListener() method in NotificationManager
1765 return service.hasEnabledNotificationListener(packageName, userHandle.getIdentifier()); in hasEnabledNotificationListener()
/aosp14/frameworks/base/core/api/
H A Dmodule-lib-current.txt49 …method public boolean hasEnabledNotificationListener(@NonNull String, @NonNull android.os.UserHand…
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java5586 public boolean hasEnabledNotificationListener(String packageName, int userId) {