Searched refs:mActiveUserMediaController (Results 1 – 1 of 1) sorted by relevance
83 private MediaController mActiveUserMediaController; field in CarMediaService175 if (mActiveUserMediaController != null) { in dump()177 "\tCurrent media controller: " + mActiveUserMediaController.getPackageName()); in dump()235 if (mActiveUserMediaController != null) { in play()236 TransportControls controls = mActiveUserMediaController.getTransportControls(); in play()247 if (mActiveUserMediaController != null) { in stop()248 TransportControls controls = mActiveUserMediaController.getTransportControls(); in stop()337 if (mActiveUserMediaController == null) { in registerCallbacks()504 if (mActiveUserMediaController != null) { in updateActiveMediaController()505 mActiveUserMediaController.unregisterCallback(mMediaControllerCallback); in updateActiveMediaController()[all …]