Searched defs:ACTION_STOP (Results 1 - 4 of 4) sorted by relevance
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/ |
H A D | MediaControlIntent.java | 235 * <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/mediarouter/src/main/java/androidx/mediarouter/media/ |
H A D | MediaControlIntent.java | 235 * <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/base/media/java/android/media/session/ |
H A D | PlaybackState.java | 45 @LongDef(flag=true, value={ACTION_STOP, ACTION_PAUSE, ACTION_PLAY, ACTION_REWIND, 58 public static final long ACTION_STOP = 1 << 0; field in class:PlaybackState 417 * <li> {@link PlaybackState#ACTION_STOP}</li> 597 return ACTION_STOP; 625 case (int) ACTION_STOP: 951 * <li> {@link PlaybackState#ACTION_STOP}</li>
|
/frameworks/support/media/src/main/java/android/support/v4/media/session/ |
H A D | PlaybackStateCompat.java | 49 @LongDef(flag=true, value={ACTION_STOP, ACTION_PAUSE, ACTION_PLAY, ACTION_REWIND, 62 @LongDef({ACTION_STOP, ACTION_PAUSE, ACTION_PLAY, ACTION_REWIND, ACTION_SKIP_TO_PREVIOUS, 72 public static final long ACTION_STOP = 1 << 0; field in class:PlaybackStateCompat 508 * <li>{@link PlaybackStateCompat#ACTION_STOP}</li> 527 } else if (action == ACTION_STOP) { 680 * <li> {@link PlaybackStateCompat#ACTION_STOP}</li> 1224 * <li> {@link PlaybackStateCompat#ACTION_STOP}</li>
|
Completed in 101 milliseconds