Searched refs:mStateObj (Results 1 – 1 of 1) sorted by relevance
528 private Object mStateObj; field in PlaybackStateCompat788 state.mStateObj = stateObj; in fromPlaybackState()804 if (mStateObj == null && Build.VERSION.SDK_INT >= 21) { in getPlaybackState()813 mStateObj = PlaybackStateCompatApi22.newInstance(mState, mPosition, in getPlaybackState()819 mStateObj = PlaybackStateCompatApi21.newInstance(mState, mPosition, in getPlaybackState()824 return mStateObj; in getPlaybackState()