Searched refs:mCommunicationManager (Results 1 – 3 of 3) sorted by relevance
57 private MediaCommunicationManager mCommunicationManager; field in MediaSessionLegacyHelper68 mCommunicationManager = context.getSystemService(MediaCommunicationManager.class); in MediaSessionLegacyHelper()177 mCommunicationManager.dispatchMediaKeyEvent(keyEvent, needWakeLock); in sendMediaButtonEvent()
87 private final MediaCommunicationManager mCommunicationManager; field in MediaSessionManager132 mCommunicationManager = (MediaCommunicationManager) context in MediaSessionManager()301 return mCommunicationManager.getSession2Tokens(); in getSession2Tokens()
224 private MediaCommunicationManager mCommunicationManager; field in MediaSessionService313 mCommunicationManager = mContext.getSystemService(MediaCommunicationManager.class); in onBootPhase()314 mCommunicationManager.registerSessionCallback(new HandlerExecutor(mHandler), in onBootPhase()