Searched refs:mPlaybackInfo (Results 1 – 2 of 2) sorted by relevance
1931 final RemoteControlClientCompat.PlaybackInfo mPlaybackInfo = field in MediaRouter.GlobalMediaRouter2699 mPlaybackInfo.volume = mSelectedRoute.getVolume(); in updatePlaybackInfoFromSelectedRoute()2700 mPlaybackInfo.volumeMax = mSelectedRoute.getVolumeMax(); in updatePlaybackInfoFromSelectedRoute()2701 mPlaybackInfo.volumeHandling = mSelectedRoute.getVolumeHandling(); in updatePlaybackInfoFromSelectedRoute()2702 mPlaybackInfo.playbackStream = mSelectedRoute.getPlaybackStream(); in updatePlaybackInfoFromSelectedRoute()2703 mPlaybackInfo.playbackType = mSelectedRoute.getPlaybackType(); in updatePlaybackInfoFromSelectedRoute()2718 if (mPlaybackInfo.volumeHandling in updatePlaybackInfoFromSelectedRoute()2722 mMediaSession.configureVolume(controlType, mPlaybackInfo.volumeMax, in updatePlaybackInfoFromSelectedRoute()2723 mPlaybackInfo.volume); in updatePlaybackInfoFromSelectedRoute()2797 mMsCompat.setPlaybackToLocal(mPlaybackInfo.playbackStream); in clearVolumeHandling()[all …]
543 info = mCallback.mPlaybackInfo; in testPlaybackToLocalAndRemote()816 private volatile MediaControllerCompat.PlaybackInfo mPlaybackInfo; field in MediaSessionCompatTest.MediaControllerCallback840 mPlaybackInfo = null; in resetLocked()896 mPlaybackInfo = info; in onAudioInfoChanged()