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

/frameworks/base/media/java/android/media/
H A DMediaRouter.java332 if (route.updatePresentationDisplay() || (route.mPresentationDisplay != null
333 && route.mPresentationDisplay.getDisplayId() == changedDisplayId)) {
1495 Display mPresentationDisplay; field in class:MediaRouter.RouteInfo
1929 return mPresentationDisplay;
1934 if (mPresentationDisplay != display) {
1935 mPresentationDisplay = display;
2055 ", presentationDisplay=" + mPresentationDisplay + " }";
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java802 private Display mPresentationDisplay; field in class:MediaRouter.RouteInfo
1370 if (mPresentationDisplayId >= 0 && mPresentationDisplay == null) {
1371 mPresentationDisplay = sGlobal.getDisplay(mPresentationDisplayId);
1373 return mPresentationDisplay;
1500 mPresentationDisplay = null;

Completed in 74 milliseconds