Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/media/service/java/com/android/server/media/
H A DMediaCommunicationService.java325 || hasEnabledNotificationListener( in isTrusted()
392 private boolean hasEnabledNotificationListener(int callingUserId, in hasEnabledNotificationListener() method in MediaCommunicationService.Stub
400 if (mNotificationManager.hasEnabledNotificationListener(controllerPackageName, in hasEnabledNotificationListener()
/aosp12/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl193 boolean hasEnabledNotificationListener(String packageName, int userId); in hasEnabledNotificationListener() method
H A DNotificationManager.java1738 public boolean hasEnabledNotificationListener(@NonNull String packageName, in hasEnabledNotificationListener() method in NotificationManager
1742 return service.hasEnabledNotificationListener(packageName, userHandle.getIdentifier()); in hasEnabledNotificationListener()
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionService.java654 return mNotificationManager.hasEnabledNotificationListener(compName.getPackageName(), in isEnabledNotificationListener()
2021 || hasEnabledNotificationListener( in isTrusted()
2124 private boolean hasEnabledNotificationListener(int callingUserId, in hasEnabledNotificationListener() method in MediaSessionService.SessionManagerImpl
2149 if (mNotificationManager.hasEnabledNotificationListener(controllerPackageName, in hasEnabledNotificationListener()
/aosp12/frameworks/base/core/api/
H A Dmodule-lib-current.txt33 …method public boolean hasEnabledNotificationListener(@NonNull String, @NonNull android.os.UserHand…
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java5142 public boolean hasEnabledNotificationListener(String packageName, int userId) {
/aosp12/frameworks/base/services/
H A Dart-profile26500 HPLcom/android/server/notification/NotificationManagerService$11;->hasEnabledNotificationListener(L…