Searched refs:playbackType (Results 1 - 6 of 6) 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
H A DMediaRouter.java491 route.mPlaybackType = globalRoute.playbackType;
527 if (route.mPlaybackType != globalRoute.playbackType) {
528 route.mPlaybackType = globalRoute.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);
H A DMediaRouter.java1420 + ", playbackType=" + mPlaybackType
2640 mPlaybackInfo.playbackType = mSelectedRoute.getPlaybackType();
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouterService.java1284 final int playbackType = computePlaybackType(descriptor);
1285 if (mMutableInfo.playbackType != playbackType) {
1286 mMutableInfo.playbackType = playbackType;

Completed in 289 milliseconds