Searched refs:CATEGORY_REMOTE_PLAYBACK (Results 1 - 8 of 8) sorted by relevance

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaControlIntent.java36 * For example, if a route supports the {@link #CATEGORY_REMOTE_PLAYBACK remote playback category},
54 * <li>{@link #CATEGORY_REMOTE_PLAYBACK Remote playback}: The route supports sending
108 * {@link #CATEGORY_REMOTE_PLAYBACK Remote playback} routes present media remotely
327 public static final String CATEGORY_REMOTE_PLAYBACK = field in class:MediaControlIntent
335 * Used with routes that support {@link #CATEGORY_REMOTE_PLAYBACK remote playback}
443 * intent.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
465 * @see #CATEGORY_REMOTE_PLAYBACK
477 * Used with routes that support {@link #CATEGORY_REMOTE_PLAYBACK remote playback}
501 * Used with routes that support {@link #CATEGORY_REMOTE_PLAYBACK remote playback}
546 * @see #CATEGORY_REMOTE_PLAYBACK
[all...]
H A DRemotePlaybackClient.java656 intent.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
706 intent.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
800 return mRoute.supportsControlAction(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK, action);
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DPlayer.java85 MediaControlIntent.CATEGORY_REMOTE_PLAYBACK)) {
H A DSampleMediaRouteProvider.java90 f2.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
99 f3.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
107 f4.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
116 f5.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
120 f6.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
291 if (intent.hasCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK)) {
H A DSampleMediaRouterActivity.java212 .addControlCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK)
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DPlayer.java85 MediaControlIntent.CATEGORY_REMOTE_PLAYBACK)) {
H A DSampleMediaRouteProvider.java90 f2.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
99 f3.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
107 f4.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
116 f5.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
120 f6.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
291 if (intent.hasCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK)) {
H A DSampleMediaRouterActivity.java212 .addControlCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK)

Completed in 458 milliseconds