Searched refs:mCurrentPlaybackState (Results 1 – 3 of 3) sorted by relevance
85 private int mCurrentPlaybackState = PlaybackState.STATE_NONE; field in AudioStreamController172 if (mCurrentPlaybackState == newState) return; in notifyPlaybackStateLocked()173 mCurrentPlaybackState = newState; in notifyPlaybackStateLocked()
89 private int mCurrentPlaybackState = PlaybackState.STATE_NONE; field in RadioAppService190 mCurrentPlaybackState = newState; in onPlaybackStateChanged()294 callback.onPlaybackStateChanged(mCurrentPlaybackState);
122 private int mCurrentPlaybackState; field in CarMediaService247 boolean weArePlaying = mCurrentPlaybackState == PlaybackState.STATE_PLAYING;750 mCurrentPlaybackState = PlaybackState.STATE_NONE; in setPlaybackMediaSource()960 mCurrentPlaybackState = state; in savePlaybackState()1026 return mCurrentPlaybackState == PlaybackState.STATE_PLAYING; in shouldStartPlayback()