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

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaControlIntent.java38 * {@link #ACTION_PLAY play} or {@link #ACTION_ENQUEUE enqueue} intent with the Uri of the
129 * relies on the use of the {@link #ACTION_PLAY play} and {@link #ACTION_ENQUEUE enqueue}
145 * Each successful {@link #ACTION_PLAY play} or {@link #ACTION_ENQUEUE enqueue} action
171 * whether the {@link #ACTION_ENQUEUE} action is declared in the route's control filter
174 * If the {@link #ACTION_ENQUEUE} action is supported by the route, then the route promises
179 * If the {@link #ACTION_ENQUEUE} action is not supported by the route, then the queue
244 * <li>{@link #ACTION_ENQUEUE Enqueue}: Enqueues content specified by a given Uri
496 public static final String ACTION_ENQUEUE = "android.media.intent.action.ENQUEUE"; field in class:MediaControlIntent
1037 * {@link #ACTION_ENQUEUE} that represents the media item that was created by the
1051 * @see #ACTION_ENQUEUE
[all...]

Completed in 71 milliseconds