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
112 playbackType = MediaRouter.RouteInfo.PLAYBACK_TYPE_REMOTE;
125 playbackType = other.playbackType;
140 playbackType = in.readInt();
161 dest.writeInt(playbackType);
177 + ", playbackType=" + playbackType
H A DMediaRouter.java481 route.mPlaybackType = globalRoute.playbackType;
517 if (route.mPlaybackType != globalRoute.playbackType) {
518 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.java44 private static final String KEY_PLAYBACK_TYPE = "playbackType";
200 result.append(", playbackType=").append(getPlaybackType());
361 public Builder setPlaybackType(int playbackType) { argument
362 mBundle.putInt(KEY_PLAYBACK_TYPE, playbackType);
H A DMediaRouter.java1046 + ", playbackType=" + mPlaybackType
1934 mPlaybackInfo.playbackType = mSelectedRoute.getPlaybackType();
/frameworks/base/services/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 168 milliseconds