[go: nahoru, domu]

Searched defs:playbackType (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaRouterClientState.java101 public int playbackType; field in class:MediaRouterClientState.RouteInfo
113 playbackType = MediaRouter.RouteInfo.PLAYBACK_TYPE_REMOTE;
127 playbackType = other.playbackType;
143 playbackType = in.readInt();
165 dest.writeInt(playbackType);
182 + ", playbackType=" + playbackType
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRemoteControlClientCompat.java77 public int playbackType = MediaRouter.RouteInfo.PLAYBACK_TYPE_REMOTE; field in class:RemoteControlClientCompat.PlaybackInfo
148 mUserRouteObj, info.playbackType);
H A DMediaRouteDescriptor.java49 private static final String KEY_PLAYBACK_TYPE = "playbackType";
297 result.append(", playbackType=").append(getPlaybackType());
557 * @param playbackType The playback type of the route:
561 public Builder setPlaybackType(int playbackType) { argument
562 mBundle.putInt(KEY_PLAYBACK_TYPE, playbackType);

Completed in 128 milliseconds