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

  /frameworks/base/media/java/android/media/
MediaRouterClientState.java 101 public int playbackType;
113 playbackType = MediaRouter.RouteInfo.PLAYBACK_TYPE_REMOTE;
127 playbackType = other.playbackType;
143 playbackType = in.readInt();
165 dest.writeInt(playbackType);
182 + ", playbackType=" + playbackType
MediaRouter.java 491 route.mPlaybackType = globalRoute.playbackType;
527 if (route.mPlaybackType != globalRoute.playbackType) {
528 route.mPlaybackType = globalRoute.playbackType;
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
RemoteControlClientCompat.java 77 public int playbackType = MediaRouter.RouteInfo.PLAYBACK_TYPE_REMOTE;
148 mUserRouteObj, info.playbackType);
MediaRouteDescriptor.java 49 private static final String KEY_PLAYBACK_TYPE = "playbackType";
316 result.append(", playbackType=").append(getPlaybackType());
578 * @param playbackType The playback type of the route:
582 public Builder setPlaybackType(int playbackType) {
583 mBundle.putInt(KEY_PLAYBACK_TYPE, playbackType);
MediaRouter.java     [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaRouterService.java     [all...]
  /prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 169 milliseconds