Home
last modified time | relevance | path

Searched refs:mCurrentPlaybackStateWrapper (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
H A DPlaybackErrorsHelper.java66 private PlaybackStateWrapper mCurrentPlaybackStateWrapper; field in PlaybackErrorsHelper
84 "handlePlaybackState(); state change: " + (mCurrentPlaybackStateWrapper != null in handlePlaybackState()
85 ? mCurrentPlaybackStateWrapper.getState() : null) + " -> " + ( in handlePlaybackState()
90 mCurrentPlaybackStateWrapper = null; in handlePlaybackState()
98 if (ignoreSameState && mCurrentPlaybackStateWrapper != null in handlePlaybackState()
99 && mCurrentPlaybackStateWrapper.getState() == state.getState() in handlePlaybackState()
101 getDisplayedMessage(mContext, mCurrentPlaybackStateWrapper))) { in handlePlaybackState()
108 mCurrentPlaybackStateWrapper = state; in handlePlaybackState()
/aosp12/packages/apps/Car/Media/src/com/android/car/media/
H A DMediaActivity.java102 private PlaybackViewModel.PlaybackStateWrapper mCurrentPlaybackStateWrapper; field in MediaActivity
368 mCurrentPlaybackStateWrapper = null; in onMediaSourceChanged()