Home
last modified time | relevance | path

Searched refs:hasCustomMediaKeyDispatcher (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/session/
H A DISessionManager.aidl79 boolean hasCustomMediaKeyDispatcher(String componentName); in hasCustomMediaKeyDispatcher() method
H A DMediaSessionManager.java998 public boolean hasCustomMediaKeyDispatcher(@NonNull String componentName) { in hasCustomMediaKeyDispatcher() method in MediaSessionManager
1001 return mService.hasCustomMediaKeyDispatcher(componentName); in hasCustomMediaKeyDispatcher()
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionService.java2064 public boolean hasCustomMediaKeyDispatcher(String componentName) { in hasCustomMediaKeyDispatcher() method in MediaSessionService.SessionManagerImpl