Searched refs:hasEnabledNotificationListener (Results 1 – 5 of 5) sorted by relevance
593 if (packageName == null || !hasEnabledNotificationListener( in enforceMediaPermissions()634 private boolean hasEnabledNotificationListener(String packageName, in hasEnabledNotificationListener() method in MediaSessionService644 return mNotificationManager.hasEnabledNotificationListener(packageName, userHandle); in hasEnabledNotificationListener()2046 || hasEnabledNotificationListener( in isTrusted()2149 private boolean hasEnabledNotificationListener(int callingUserId, in hasEnabledNotificationListener() method in MediaSessionService.SessionManagerImpl2174 if (mNotificationManager.hasEnabledNotificationListener(controllerPackageName, in hasEnabledNotificationListener()
197 boolean hasEnabledNotificationListener(String packageName, int userId); in hasEnabledNotificationListener() method
1761 public boolean hasEnabledNotificationListener(@NonNull String packageName, in hasEnabledNotificationListener() method in NotificationManager1765 return service.hasEnabledNotificationListener(packageName, userHandle.getIdentifier()); in hasEnabledNotificationListener()
49 …method public boolean hasEnabledNotificationListener(@NonNull String, @NonNull android.os.UserHand…
5586 public boolean hasEnabledNotificationListener(String packageName, int userId) {