Searched refs:mPresentationDisplayId (Results 1 – 2 of 2) sorted by relevance
815 private int mPresentationDisplayId = PRESENTATION_DISPLAY_ID_NONE; field in MediaRouter.RouteInfo1406 if (mPresentationDisplayId >= 0 && mPresentationDisplay == null) { in getPresentationDisplay()1407 mPresentationDisplay = sGlobal.getDisplay(mPresentationDisplayId); in getPresentationDisplay()1418 return mPresentationDisplayId; in getPresentationDisplayId()1463 + ", presentationDisplayId=" + mPresentationDisplayId in toString()1535 if (mPresentationDisplayId != descriptor.getPresentationDisplayId()) { in updateDescriptor()1536 mPresentationDisplayId = descriptor.getPresentationDisplayId(); in updateDescriptor()
508 route.mPresentationDisplayId = globalRoute.presentationDisplayId; in makeGlobalRoute()562 if (route.mPresentationDisplayId != globalRoute.presentationDisplayId) { in updateGlobalRoute()563 route.mPresentationDisplayId = globalRoute.presentationDisplayId; in updateGlobalRoute()1508 int mPresentationDisplayId = -1; field in MediaRouter.RouteInfo1960 if (mPresentationDisplayId >= 0) { in choosePresentationDisplay()1962 if (display.getDisplayId() == mPresentationDisplayId) { in choosePresentationDisplay()