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

/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DRequestUtils.java30 public static final String ACTION_PLAY = "com.android.onemedia.play"; field in class:RequestUtils
/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
227 * <li>{@link #ACTION_PLAY Play}: Starts playing content specified by a given Uri
442 * Intent intent = new Intent(MediaControlIntent.ACTION_PLAY);
472 public static final String ACTION_PLAY = "android.media.intent.action.PLAY"; field in class:MediaControlIntent
480 * This action works just like {@link #ACTION_PLAY play} except that it does
494 * @see #ACTION_PLAY
904 * @see #ACTION_PLAY
933 * @see #ACTION_PLAY
[all...]
/frameworks/support/v4/java/android/support/v4/media/session/
H A DPlaybackStateCompat.java50 public static final long ACTION_PLAY = 1 << 2; field in class:PlaybackStateCompat
319 * <li> {@link PlaybackStateCompat#ACTION_PLAY}</li>
490 * <li> {@link PlaybackStateCompat#ACTION_PLAY}</li>
/frameworks/base/media/java/android/media/session/
H A DPlaybackState.java57 public static final long ACTION_PLAY = 1 << 2; field in class:PlaybackState
346 * <li> {@link PlaybackState#ACTION_PLAY}</li>
503 return ACTION_PLAY;
531 case (int) ACTION_PLAY:
850 * <li> {@link PlaybackState#ACTION_PLAY}</li>

Completed in 115 milliseconds