Searched refs:hasEnabledNotificationListener (Results 1 – 5 of 5) sorted by relevance
891 if (packageName == null || !hasEnabledNotificationListener( in enforceMediaPermissions()932 private boolean hasEnabledNotificationListener(String packageName, in hasEnabledNotificationListener() method in MediaSessionService942 return mNotificationManager.hasEnabledNotificationListener(packageName, userHandle); in hasEnabledNotificationListener()2362 || hasEnabledNotificationListener( in isTrusted()2465 private boolean hasEnabledNotificationListener(int callingUserId, in hasEnabledNotificationListener() method in MediaSessionService.SessionManagerImpl2490 if (mNotificationManager.hasEnabledNotificationListener(controllerPackageName, in hasEnabledNotificationListener()
205 boolean hasEnabledNotificationListener(String packageName, int userId); in hasEnabledNotificationListener() method
1964 public boolean hasEnabledNotificationListener(@NonNull String packageName, in hasEnabledNotificationListener() method in NotificationManager1968 return service.hasEnabledNotificationListener(packageName, userHandle.getIdentifier()); in hasEnabledNotificationListener()
50 …method public boolean hasEnabledNotificationListener(@NonNull String, @NonNull android.os.UserHand…
6152 public boolean hasEnabledNotificationListener(String packageName, int userId) {