Searched refs:pbState (Results 1 – 6 of 6) sorted by relevance
185 int pbState; in onStateChanged() local191 pbState = PlaybackState.STATE_STOPPED; in onStateChanged()195 pbState = PlaybackState.STATE_BUFFERING; in onStateChanged()198 pbState = PlaybackState.STATE_ERROR; in onStateChanged()201 pbState = PlaybackState.STATE_PAUSED; in onStateChanged()204 pbState = PlaybackState.STATE_PLAYING; in onStateChanged()208 pbState = PlaybackState.STATE_ERROR; in onStateChanged()213 bob.setState(pbState, position, rate, SystemClock.elapsedRealtime()); in onStateChanged()
154 PlaybackStateCompat pbState = bob.build(); in publishState() local155 Log.d(TAG, "Setting state to " + pbState); in publishState()156 mMediaSession.setPlaybackState(pbState); in publishState()
684 int pbState = PlaybackState.getStateFromRccState(state); in setPlaybackStateInt() local689 bob.setState(pbState, position, playbackSpeed, SystemClock.elapsedRealtime()); in setPlaybackStateInt()
208 PlaybackStateCompat pbState = psBuilder.build();209 mMediaSession.setPlaybackState(pbState);
219 PlaybackStateCompat pbState = psBuilder.build();220 mMediaSession.setPlaybackState(pbState);
222 PlaybackState pbState = psBuilder.build();223 mMediaSession.setPlaybackState(pbState);