Searched refs:mMediaKeyEventSessionChangedCallbacks (Results 1 – 1 of 1) sorted by relevance
108 mMediaKeyEventSessionChangedCallbacks = new HashMap<>(); field in MediaSessionManager922 if (mMediaKeyEventSessionChangedCallbacks.isEmpty()) { in addOnMediaKeyEventSessionChangedListener()926 mMediaKeyEventSessionChangedCallbacks.put(listener, executor); in addOnMediaKeyEventSessionChangedListener()946 if (mMediaKeyEventSessionChangedCallbacks.remove(listener) != null in removeOnMediaKeyEventSessionChangedListener()947 && mMediaKeyEventSessionChangedCallbacks.isEmpty()) { in removeOnMediaKeyEventSessionChangedListener()1409 : mMediaKeyEventSessionChangedCallbacks.entrySet()) { in onMediaKeyEventSessionChanged()