Searched refs:ACTION_GET_STATUS (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaControlIntent.java148 * {@link #ACTION_SEEK seek} or {@link #ACTION_GET_STATUS get status}. It will also appear
231 * <li>{@link #ACTION_GET_STATUS Get status}: Gets the status of a media item
411 * {@link #ACTION_GET_STATUS}.
424 * using the {@link #ACTION_GET_STATUS} request.
467 * @see #ACTION_GET_STATUS
589 public static final String ACTION_GET_STATUS = "android.media.intent.action.GET_STATUS"; field in class:MediaControlIntent
941 * @see #ACTION_GET_STATUS
970 * @see #ACTION_GET_STATUS
1053 * @see #ACTION_GET_STATUS
1062 * {@link #ACTION_ENQUEUE}, {@link #ACTION_SEEK}, and {@link #ACTION_GET_STATUS}
[all...]
H A DRemotePlaybackClient.java113 * {@link MediaControlIntent#ACTION_GET_STATUS get status},
394 * Please refer to {@link MediaControlIntent#ACTION_GET_STATUS ACTION_GET_STATUS} for
400 * {@link MediaControlIntent#ACTION_GET_STATUS} intent, or null if none.
406 * @see MediaControlIntent#ACTION_GET_STATUS
415 Intent intent = new Intent(MediaControlIntent.ACTION_GET_STATUS);
785 && routeSupportsAction(MediaControlIntent.ACTION_GET_STATUS)
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSampleMediaRouteProvider.java101 f3.addAction(MediaControlIntent.ACTION_GET_STATUS);
301 } else if (action.equals(MediaControlIntent.ACTION_GET_STATUS)) {
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSampleMediaRouteProvider.java101 f3.addAction(MediaControlIntent.ACTION_GET_STATUS);
301 } else if (action.equals(MediaControlIntent.ACTION_GET_STATUS)) {

Completed in 354 milliseconds