Searched refs:hasCustomMediaKeyDispatcher (Results 1 – 3 of 3) sorted by relevance
79 boolean hasCustomMediaKeyDispatcher(String componentName); in hasCustomMediaKeyDispatcher() method
998 public boolean hasCustomMediaKeyDispatcher(@NonNull String componentName) { in hasCustomMediaKeyDispatcher() method in MediaSessionManager1001 return mService.hasCustomMediaKeyDispatcher(componentName); in hasCustomMediaKeyDispatcher()
2380 public boolean hasCustomMediaKeyDispatcher(String componentName) { in hasCustomMediaKeyDispatcher() method in MediaSessionService.SessionManagerImpl