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.java78 public int playbackType = MediaRouter.RouteInfo.PLAYBACK_TYPE_REMOTE; field in class:RemoteControlClientCompat.PlaybackInfo
150 mUserRouteObj, info.playbackType);
H A DMediaRouteDescriptor.java52 static final String KEY_PLAYBACK_TYPE = "playbackType";
322 result.append(", playbackType=").append(getPlaybackType());
586 * @param playbackType The playback type of the route:
590 public Builder setPlaybackType(int playbackType) { argument
591 mBundle.putInt(KEY_PLAYBACK_TYPE, playbackType);

Completed in 916 milliseconds