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

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaControlIntent.java122 * A session can be created using the {@link #ACTION_START_SESSION start session action}
255 * <li>{@link #ACTION_START_SESSION Start session}: Starts a new session explicitly.
812 public static final String ACTION_START_SESSION = "android.media.intent.action.START_SESSION"; field in class:MediaControlIntent
945 * @see #ACTION_START_SESSION
955 * Returned as a result from media session actions such as {@link #ACTION_START_SESSION},
974 * @see #ACTION_START_SESSION
984 * Used with {@link #ACTION_START_SESSION} to specify a {@link PendingIntent} for a
1002 * @see #ACTION_START_SESSION
1010 * Used with {@link #ACTION_START_SESSION} to specify a {@link PendingIntent} for a
1028 * @see #ACTION_START_SESSION
[all...]
H A DRemotePlaybackClient.java154 * {@link MediaControlIntent#ACTION_START_SESSION start session},
173 * {@link MediaControlIntent#ACTION_START_SESSION start session},
540 * Please refer to {@link MediaControlIntent#ACTION_START_SESSION ACTION_START_SESSION}
545 * {@link MediaControlIntent#ACTION_START_SESSION} intent, or null if none.
551 * @see MediaControlIntent#ACTION_START_SESSION
558 Intent intent = new Intent(MediaControlIntent.ACTION_START_SESSION);
793 && routeSupportsAction(MediaControlIntent.ACTION_START_SESSION)
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSampleMediaRouteProvider.java121 f6.addAction(MediaControlIntent.ACTION_START_SESSION);
309 } else if (action.equals(MediaControlIntent.ACTION_START_SESSION)) {
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSampleMediaRouteProvider.java121 f6.addAction(MediaControlIntent.ACTION_START_SESSION);
309 } else if (action.equals(MediaControlIntent.ACTION_START_SESSION)) {

Completed in 51 milliseconds