Searched refs:playbackType (Results 1 – 7 of 7) sorted by relevance
101 public int playbackType; field in MediaRouterClientState.RouteInfo113 playbackType = MediaRouter.RouteInfo.PLAYBACK_TYPE_REMOTE; in RouteInfo()127 playbackType = other.playbackType; in RouteInfo()143 playbackType = in.readInt(); in RouteInfo()165 dest.writeInt(playbackType); in writeToParcel()182 + ", playbackType=" + playbackType in toString()
503 route.mPlaybackType = globalRoute.playbackType; in makeGlobalRoute()539 if (route.mPlaybackType != globalRoute.playbackType) { in updateGlobalRoute()540 route.mPlaybackType = globalRoute.playbackType; in updateGlobalRoute()
78 public int playbackType = MediaRouter.RouteInfo.PLAYBACK_TYPE_REMOTE; field in RemoteControlClientCompat.PlaybackInfo150 mUserRouteObj, info.playbackType); in setPlaybackInfo()
590 public Builder setPlaybackType(int playbackType) { in setPlaybackType() argument591 mBundle.putInt(KEY_PLAYBACK_TYPE, playbackType); in setPlaybackType()
2703 mPlaybackInfo.playbackType = mSelectedRoute.getPlaybackType(); in updatePlaybackInfoFromSelectedRoute()
1279 final int playbackType = computePlaybackType(descriptor); in updateDescriptor() local1280 if (mMutableInfo.playbackType != playbackType) { in updateDescriptor()1281 mMutableInfo.playbackType = playbackType; in updateDescriptor()
399 final int playbackType = MediaControllerCompat.PlaybackInfo.PLAYBACK_TYPE_LOCAL; in testPlaybackInfo() local406 playbackType, audioStream, volumeControl, maxVolume, currentVolume); in testPlaybackInfo()408 assertEquals(playbackType, info.getPlaybackType()); in testPlaybackInfo()