Searched refs:setPlaybackState (Results 1 – 10 of 10) sorted by relevance
80 mediaSession.setPlaybackState(playbackBuilder.setState(STATE_PLAYING).build()) in <lambda>()83 mediaSession.setPlaybackState(playbackBuilder.setState(STATE_PAUSED).build()) in <lambda>()90 setPlaybackState(playbackBuilder.build()) in <lambda>()166 mediaSession.setPlaybackState(playbackBuilder.setActions(requestedActions).build()) in <lambda>()
290 mSession.setPlaybackState(state); in testConfigureSession()459 setPlaybackState(PlaybackState.STATE_PLAYING); in testSetMediaButtonReceiver_broadcastReceiver()510 setPlaybackState(PlaybackState.STATE_PLAYING); in testSetMediaButtonReceiver_service()599 setPlaybackState(PlaybackState.STATE_PLAYING); in testSetMediaButtonBroadcastReceiver_broadcastReceiver()721 setPlaybackState(PlaybackState.STATE_PLAYING); in testCallbackOnMediaButtonEvent()771 setPlaybackState(PlaybackState.STATE_PAUSED); in testCallbackOnMediaButtonEvent()779 setPlaybackState(PlaybackState.STATE_PLAYING); in testCallbackOnMediaButtonEvent()787 setPlaybackState(PlaybackState.STATE_PLAYING); in testCallbackOnMediaButtonEvent()799 setPlaybackState(PlaybackState.STATE_PAUSED); in testCallbackOnMediaButtonEvent()810 setPlaybackState(PlaybackState.STATE_PAUSED); in testCallbackOnMediaButtonEvent()[all …]
224 session.setPlaybackState(state); in createMediaKeySession()266 session.setPlaybackState(state); in testOnMediaKeyEventDispatchedListener()376 session.setPlaybackState(state); in testSetOnMediaKeyListener()440 session.setPlaybackState(state); in testRemoteUserInfo()
131 mSession.setPlaybackState(state); in testGetPlaybackState()
710 mSession.setPlaybackState(playbackState); in testVolumeAdjustmentEventsReachOnlyExistingActiveRemoteSession()
327 CloudProviderPrimary.setPlaybackState(surfaceId, PLAYBACK_STATE_READY); in verifyPlaybackStartedWhenPlayerReady()334 CloudProviderPrimary.setPlaybackState(surfaceId, PLAYBACK_STATE_BUFFERING); in verifyProgressIndicatorShowsWhenBuffering()343 CloudProviderPrimary.setPlaybackState(surfaceId, PLAYBACK_STATE_ERROR_PERMANENT_FAILURE); in verifySnackbarShowsWhenPermanentError()351 CloudProviderPrimary.setPlaybackState(surfaceId, PLAYBACK_STATE_ERROR_RETRIABLE_FAILURE); in verifyAlertDialogShowsWhenRetriableError()369 CloudProviderPrimary.setPlaybackState(surfaceId, PLAYBACK_STATE_ERROR_RETRIABLE_FAILURE); in verifyAlertDialogRetry()
120 public static void setPlaybackState(int surfaceId, int state) { in setPlaybackState() method in CloudProviderPrimary203 mCallback.setPlaybackState(surfaceId, state, null); in sendPlaybackEvent()
586 setPlaybackState(PlaybackState.STATE_PLAYING, mMediaSession); in doCreateMediaSession()592 setPlaybackState(PlaybackState.STATE_PAUSED, mMediaSession); in doCreateMediaSession()598 setPlaybackState(PlaybackState.STATE_STOPPED, mMediaSession); in doCreateMediaSession()691 private void setPlaybackState(int state, MediaSession mediaSession) { in setPlaybackState() method in CommandReceiver698 mediaSession.setPlaybackState(playbackState); in setPlaybackState()704 setPlaybackState(state, mMediaSession); in doSetMediaSessionPlaybackState()
192 session.setPlaybackState(state); in createMediaKeySession()
24832 method @Deprecated public void setPlaybackState(int);24833 method @Deprecated public void setPlaybackState(int, long, float);26678 method public void setPlaybackState(@Nullable android.media.session.PlaybackState);