Searched refs:hasEnabledNotificationListener (Results 1 – 5 of 5) sorted by relevance
928 if (packageName == null || !hasEnabledNotificationListener( in enforceMediaPermissions()969 private boolean hasEnabledNotificationListener(String packageName, in hasEnabledNotificationListener() method in MediaSessionService979 return mNotificationManager.hasEnabledNotificationListener(packageName, userHandle); in hasEnabledNotificationListener()2399 || hasEnabledNotificationListener( in isTrusted()2502 private boolean hasEnabledNotificationListener(int callingUserId, in hasEnabledNotificationListener() method in MediaSessionService.SessionManagerImpl2527 if (mNotificationManager.hasEnabledNotificationListener(controllerPackageName, in hasEnabledNotificationListener()
210 boolean hasEnabledNotificationListener(String packageName, int userId); in hasEnabledNotificationListener() method
2471 public boolean hasEnabledNotificationListener(@NonNull String packageName, in hasEnabledNotificationListener() method in NotificationManager2475 return service.hasEnabledNotificationListener(packageName, userHandle.getIdentifier()); in hasEnabledNotificationListener()
50 …method public boolean hasEnabledNotificationListener(@NonNull String, @NonNull android.os.UserHand…
6877 public boolean hasEnabledNotificationListener(String packageName, int userId) {