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

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java607 private int mPresentationDisplayId = -1; field in class:MediaRouter.RouteInfo
1017 if (mPresentationDisplayId >= 0 && mPresentationDisplay == null) {
1018 mPresentationDisplay = sGlobal.getDisplay(mPresentationDisplayId);
1051 + ", presentationDisplayId=" + mPresentationDisplayId
1103 if (mPresentationDisplayId != descriptor.getPresentationDisplayId()) {
1104 mPresentationDisplayId = descriptor.getPresentationDisplayId();
/frameworks/base/media/java/android/media/
H A DMediaRouter.java486 route.mPresentationDisplayId = globalRoute.presentationDisplayId;
540 if (route.mPresentationDisplayId != globalRoute.presentationDisplayId) {
541 route.mPresentationDisplayId = globalRoute.presentationDisplayId;
1475 int mPresentationDisplayId = -1; field in class:MediaRouter.RouteInfo
1864 if (mPresentationDisplayId >= 0) {
1866 if (display.getDisplayId() == mPresentationDisplayId) {

Completed in 38 milliseconds