Searched refs:ACTION_STOP (Results 1 - 9 of 9) sorted by relevance

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaControlIntent.java235 * <li>{@link #ACTION_STOP Stop}: Stops playback, clears the queue, and resets the
362 * Play is therefore equivalent to {@link #ACTION_STOP stop} followed by an action
470 * @see #ACTION_STOP
745 public static final String ACTION_STOP = "android.media.intent.action.STOP"; field in class:MediaControlIntent
944 * @see #ACTION_STOP
973 * @see #ACTION_STOP
H A DRemotePlaybackClient.java116 * {@link MediaControlIntent#ACTION_STOP stop}.
512 * Please refer to {@link MediaControlIntent#ACTION_STOP ACTION_STOP} for
517 * {@link MediaControlIntent#ACTION_STOP} intent, or null if none.
523 * @see MediaControlIntent#ACTION_STOP
529 Intent intent = new Intent(MediaControlIntent.ACTION_STOP);
788 && routeSupportsAction(MediaControlIntent.ACTION_STOP);
/frameworks/base/media/java/android/media/session/
H A DPlaybackState.java44 @IntDef(flag=true, value={ACTION_STOP, ACTION_PAUSE, ACTION_PLAY, ACTION_REWIND,
57 public static final long ACTION_STOP = 1 << 0; field in class:PlaybackState
416 * <li> {@link PlaybackState#ACTION_STOP}</li>
596 return ACTION_STOP;
624 case (int) ACTION_STOP:
950 * <li> {@link PlaybackState#ACTION_STOP}</li>
H A DMediaSession.java793 if ((validActions & PlaybackState.ACTION_STOP) != 0) {
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DPlaybackStateCompat.java48 @IntDef(flag=true, value={ACTION_STOP, ACTION_PAUSE, ACTION_PLAY, ACTION_REWIND,
60 @IntDef({ACTION_STOP, ACTION_PAUSE, ACTION_PLAY, ACTION_REWIND, ACTION_SKIP_TO_PREVIOUS,
70 public static final long ACTION_STOP = 1 << 0; field in class:PlaybackStateCompat
315 * <li>{@link PlaybackStateCompat#ACTION_STOP}</li>
334 } else if (action == ACTION_STOP) {
480 * <li> {@link PlaybackStateCompat#ACTION_STOP}</li>
990 * <li> {@link PlaybackStateCompat#ACTION_STOP}</li>
H A DMediaSessionCompat.java2229 if ((validActions & PlaybackStateCompat.ACTION_STOP) != 0) {
/frameworks/support/media-compat/ics/android/support/v4/media/session/
H A DMediaSessionCompatApi14.java47 private static final long ACTION_STOP = 1 << 0; field in class:MediaSessionCompatApi14
134 if ((actions & ACTION_STOP) != 0) {
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSampleMediaRouteProvider.java104 f3.addAction(MediaControlIntent.ACTION_STOP);
307 } else if (action.equals(MediaControlIntent.ACTION_STOP)) {
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSampleMediaRouteProvider.java104 f3.addAction(MediaControlIntent.ACTION_STOP);
307 } else if (action.equals(MediaControlIntent.ACTION_STOP)) {

Completed in 1049 milliseconds