Searched refs:playbackStateBuilder (Results 1 – 2 of 2) sorted by relevance
672 PlaybackStateCompat.Builder playbackStateBuilder = new PlaybackStateCompat.Builder(); in createPlaybackStatePlaying() local675 playbackStateBuilder.setState(playState, currentPosition, (float) 1.0).setActions( in createPlaybackStatePlaying()678 mSession.setPlaybackState(playbackStateBuilder.build()); in createPlaybackStatePlaying()687 PlaybackStateCompat.Builder playbackStateBuilder = new PlaybackStateCompat.Builder(); in createPlaybackStateNotPlaying() local690 playbackStateBuilder.setState(playState, currentPosition, (float) 1.0).setActions( in createPlaybackStateNotPlaying()693 mSession.setPlaybackState(playbackStateBuilder.build()); in createPlaybackStateNotPlaying()705 PlaybackStateCompat.Builder playbackStateBuilder = new PlaybackStateCompat.Builder(); in createPlaybackStatePlayingWithBufferedPosition() local708 playbackStateBuilder.setState(playState, currentPosition, (float) 1.0).setActions( in createPlaybackStatePlayingWithBufferedPosition()711 playbackStateBuilder.setBufferedPosition(bufferedPosition); in createPlaybackStatePlayingWithBufferedPosition()712 mSession.setPlaybackState(playbackStateBuilder.build()); in createPlaybackStatePlayingWithBufferedPosition()[all …]
595 PlaybackStateCompat.Builder playbackStateBuilder = new PlaybackStateCompat.Builder(); in createPlaybackStateBuilder() local607 playbackStateBuilder.setState(playState, currentPosition, playbackSpeed in createPlaybackStateBuilder()611 return playbackStateBuilder; in createPlaybackStateBuilder()