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

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaControlIntent.java234 * <li>{@link #ACTION_RESUME Resume}: Resumes playback of the queue.
469 * @see #ACTION_RESUME
669 * @see #ACTION_RESUME
706 public static final String ACTION_RESUME = "android.media.intent.action.RESUME"; field in class:MediaControlIntent
943 * @see #ACTION_RESUME
972 * @see #ACTION_RESUME
H A DRemotePlaybackClient.java115 * {@link MediaControlIntent#ACTION_RESUME resume},
485 * Please refer to {@link MediaControlIntent#ACTION_RESUME ACTION_RESUME} for
490 * {@link MediaControlIntent#ACTION_RESUME} intent, or null if none.
496 * @see MediaControlIntent#ACTION_RESUME
502 Intent intent = new Intent(MediaControlIntent.ACTION_RESUME);
787 && routeSupportsAction(MediaControlIntent.ACTION_RESUME)
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSampleMediaRouteProvider.java103 f3.addAction(MediaControlIntent.ACTION_RESUME);
305 } else if (action.equals(MediaControlIntent.ACTION_RESUME)) {
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSampleMediaRouteProvider.java103 f3.addAction(MediaControlIntent.ACTION_RESUME);
305 } else if (action.equals(MediaControlIntent.ACTION_RESUME)) {

Completed in 123 milliseconds