Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionService.java891 if (packageName == null || !hasEnabledNotificationListener( in enforceMediaPermissions()
932 private boolean hasEnabledNotificationListener(String packageName, in hasEnabledNotificationListener() method in MediaSessionService
942 return mNotificationManager.hasEnabledNotificationListener(packageName, userHandle); in hasEnabledNotificationListener()
2362 || hasEnabledNotificationListener( in isTrusted()
2465 private boolean hasEnabledNotificationListener(int callingUserId, in hasEnabledNotificationListener() method in MediaSessionService.SessionManagerImpl
2490 if (mNotificationManager.hasEnabledNotificationListener(controllerPackageName, in hasEnabledNotificationListener()
/frameworks/base/core/java/android/app/
DINotificationManager.aidl205 boolean hasEnabledNotificationListener(String packageName, int userId); in hasEnabledNotificationListener() method
DNotificationManager.java1964 public boolean hasEnabledNotificationListener(@NonNull String packageName, in hasEnabledNotificationListener() method in NotificationManager
1968 return service.hasEnabledNotificationListener(packageName, userHandle.getIdentifier()); in hasEnabledNotificationListener()
/frameworks/base/core/api/
Dmodule-lib-current.txt50 …method public boolean hasEnabledNotificationListener(@NonNull String, @NonNull android.os.UserHand…
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java6152 public boolean hasEnabledNotificationListener(String packageName, int userId) {