Searched refs:PlaybackStateWrapper (Results 1 – 5 of 5) sorted by relevance
151 private void onPlaybackStateChanged(@Nullable PlaybackViewModel.PlaybackStateWrapper state) { in onPlaybackStateChanged()196 private int convertMainAction(@Nullable PlaybackViewModel.PlaybackStateWrapper state) { in convertMainAction()224 private void updateCustomActions(@Nullable PlaybackViewModel.PlaybackStateWrapper state) { in updateCustomActions()268 PlaybackViewModel.PlaybackStateWrapper state = getPlaybackState(); in onNextClicked()275 PlaybackViewModel.PlaybackStateWrapper state = getPlaybackState(); in onPrevClicked()281 private PlaybackViewModel.PlaybackStateWrapper getPlaybackState() { in getPlaybackState()
24 import com.android.car.media.common.playback.PlaybackViewModel.PlaybackStateWrapper;
133 private final MutableLiveData<PlaybackStateWrapper> mPlaybackStateWrapper = dataOf(null);197 public LiveData<PlaybackStateWrapper> getPlaybackStateWrapper() { in getPlaybackStateWrapper()314 new PlaybackStateWrapper(mMediaController, mMediaMetadata, mPlaybackState)); in updatePlaybackStatus()322 public static final class PlaybackStateWrapper { class in PlaybackViewModel329 PlaybackStateWrapper(@NonNull MediaControllerCompat mediaController, in PlaybackStateWrapper() method in PlaybackViewModel.PlaybackStateWrapper
112 private PlaybackViewModel.PlaybackStateWrapper mCurrentPlaybackStateWrapper;355 private void handlePlaybackState(PlaybackViewModel.PlaybackStateWrapper state, in handlePlaybackState()420 private String getDisplayedMessage(@Nullable PlaybackViewModel.PlaybackStateWrapper state) { in getDisplayedMessage()
110 CaptureObserver<PlaybackViewModel.PlaybackStateWrapper> observer = new CaptureObserver<>(); in testGetPlaybackState()