Searched refs:mPresentationDisplayId (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java815 private int mPresentationDisplayId = PRESENTATION_DISPLAY_ID_NONE; field in class:MediaRouter.RouteInfo
1406 if (mPresentationDisplayId >= 0 && mPresentationDisplay == null) {
1407 mPresentationDisplay = sGlobal.getDisplay(mPresentationDisplayId);
1418 return mPresentationDisplayId;
1463 + ", presentationDisplayId=" + mPresentationDisplayId
1535 if (mPresentationDisplayId != descriptor.getPresentationDisplayId()) {
1536 mPresentationDisplayId = descriptor.getPresentationDisplayId();
/frameworks/base/media/java/android/media/
H A DMediaRouter.java508 route.mPresentationDisplayId = globalRoute.presentationDisplayId;
562 if (route.mPresentationDisplayId != globalRoute.presentationDisplayId) {
563 route.mPresentationDisplayId = globalRoute.presentationDisplayId;
1508 int mPresentationDisplayId = -1; field in class:MediaRouter.RouteInfo
1960 if (mPresentationDisplayId >= 0) {
1962 if (display.getDisplayId() == mPresentationDisplayId) {

Completed in 4096 milliseconds