Searched refs:mStateObj (Results 1 – 1 of 1) sorted by relevance
551 private Object mStateObj; field in PlaybackStateCompat811 state.mStateObj = stateObj; in fromPlaybackState()827 if (mStateObj == null && Build.VERSION.SDK_INT >= 21) { in getPlaybackState()836 mStateObj = PlaybackStateCompatApi22.newInstance(mState, mPosition, in getPlaybackState()842 mStateObj = PlaybackStateCompatApi21.newInstance(mState, mPosition, in getPlaybackState()847 return mStateObj; in getPlaybackState()