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()
96 private int mCurrentPlaybackState = PlaybackState.STATE_NONE; field in RadioAppService197 mCurrentPlaybackState = newState; in onPlaybackStateChanged()304 callback.onPlaybackStateChanged(mCurrentPlaybackState);
130 private int mCurrentPlaybackState; field in CarMediaService258 boolean weArePlaying = mCurrentPlaybackState == PlaybackState.STATE_PLAYING;827 mCurrentPlaybackState = PlaybackState.STATE_NONE; in setPlaybackMediaSource()1052 mCurrentPlaybackState = state; in savePlaybackState()1119 return mCurrentPlaybackState == PlaybackState.STATE_PLAYING; in shouldStartPlayback()