Searched defs:PLAYBACK_STATE_ERROR (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaItemStatus.java35 * {@link #PLAYBACK_STATE_ERROR error}. Refer to the documentation of each state
165 public static final int PLAYBACK_STATE_ERROR = 7; field in class:MediaItemStatus
219 * or {@link #PLAYBACK_STATE_ERROR}.
222 return mBundle.getInt(KEY_PLAYBACK_STATE, PLAYBACK_STATE_ERROR);
285 case PLAYBACK_STATE_ERROR:

Completed in 372 milliseconds