Searched defs:ACTION_STOP (Results 1 - 4 of 4) 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
/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/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>
/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>

Completed in 159 milliseconds