HomeSort by relevance Sort by last modified time
    Searched refs:PLAYBACK_TYPE_REMOTE (Results 1 - 7 of 7) sorted by null

  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouteProvider.java 128 .setPlaybackType(MediaRouter.RouteInfo.PLAYBACK_TYPE_REMOTE)
138 .setPlaybackType(MediaRouter.RouteInfo.PLAYBACK_TYPE_REMOTE)
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteDescriptor.java 129 return mBundle.getInt(KEY_PLAYBACK_TYPE, MediaRouter.RouteInfo.PLAYBACK_TYPE_REMOTE);
MediaRouter.java 586 public static final int PLAYBACK_TYPE_REMOTE = 1;
832 * or {@link #PLAYBACK_TYPE_REMOTE}.
    [all...]
  /frameworks/base/media/java/android/media/
MediaRouter.java     [all...]
RemoteControlClient.java 150 public final static int PLAYBACK_TYPE_REMOTE = 1;
152 private final static int PLAYBACK_TYPE_MAX = PLAYBACK_TYPE_REMOTE;
198 * RemoteControlClient. See {@link #PLAYBACK_TYPE_LOCAL} and {@link #PLAYBACK_TYPE_REMOTE}.
    [all...]
AudioService.java     [all...]
  /prebuilts/sdk/18/
android.jar 

Completed in 208 milliseconds