Searched refs:KEY_PLAYBACK_STATE (Results 1 – 2 of 2) sorted by relevance
62 static final String KEY_PLAYBACK_STATE = "playbackState"; field in MediaItemStatus222 return mBundle.getInt(KEY_PLAYBACK_STATE, PLAYBACK_STATE_ERROR); in getPlaybackState()353 mBundle.putInt(KEY_PLAYBACK_STATE, playbackState); in setPlaybackState()
63 static final String KEY_PLAYBACK_STATE = "playbackState"; field in MediaItemStatus223 return mBundle.getInt(KEY_PLAYBACK_STATE, PLAYBACK_STATE_ERROR); in getPlaybackState()354 mBundle.putInt(KEY_PLAYBACK_STATE, playbackState); in setPlaybackState()