Searched refs:presentationDisplayId (Results 1 – 6 of 6) sorted by relevance
151 return mMutableInfo.presentationDisplayId; in getPresentationDisplayId()154 public void setPresentationDisplayId(int presentationDisplayId) { in setPresentationDisplayId() argument155 if (mMutableInfo.presentationDisplayId != presentationDisplayId) { in setPresentationDisplayId()156 mMutableInfo.presentationDisplayId = presentationDisplayId; in setPresentationDisplayId()
110 public int presentationDisplayId; field in RemoteDisplayState.RemoteDisplayInfo116 presentationDisplayId = -1; in RemoteDisplayInfo()127 presentationDisplayId = other.presentationDisplayId; in RemoteDisplayInfo()138 presentationDisplayId = in.readInt(); in RemoteDisplayInfo()159 dest.writeInt(presentationDisplayId); in writeToParcel()171 + ", presentationDisplayId=" + presentationDisplayId in toString()
106 public int presentationDisplayId; field in MediaRouterClientState.RouteInfo116 presentationDisplayId = -1; in RouteInfo()132 presentationDisplayId = other.presentationDisplayId; in RouteInfo()148 presentationDisplayId = in.readInt(); in RouteInfo()170 dest.writeInt(presentationDisplayId); in writeToParcel()187 + ", presentationDisplayId=" + presentationDisplayId in toString()
508 route.mPresentationDisplayId = globalRoute.presentationDisplayId; in makeGlobalRoute()562 if (route.mPresentationDisplayId != globalRoute.presentationDisplayId) { in updateGlobalRoute()563 route.mPresentationDisplayId = globalRoute.presentationDisplayId; in updateGlobalRoute()
1304 final int presentationDisplayId = computePresentationDisplayId(descriptor); in updateDescriptor() local1305 if (mMutableInfo.presentationDisplayId != presentationDisplayId) { in updateDescriptor()1306 mMutableInfo.presentationDisplayId = presentationDisplayId; in updateDescriptor()1413 final int displayId = descriptor.presentationDisplayId; in computePresentationDisplayId()
646 public Builder setPresentationDisplayId(int presentationDisplayId) { in setPresentationDisplayId() argument647 mBundle.putInt(KEY_PRESENTATION_DISPLAY_ID, presentationDisplayId); in setPresentationDisplayId()