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

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java710 private int mPresentationDisplayId = -1; field in class:MediaRouter.RouteInfo
1136 if (mPresentationDisplayId >= 0 && mPresentationDisplay == null) {
1137 mPresentationDisplay = sGlobal.getDisplay(mPresentationDisplayId);
1171 + ", presentationDisplayId=" + mPresentationDisplayId
1223 if (mPresentationDisplayId != descriptor.getPresentationDisplayId()) {
1224 mPresentationDisplayId = descriptor.getPresentationDisplayId();
/frameworks/base/media/java/android/media/
H A DMediaRouter.java488 route.mPresentationDisplayId = globalRoute.presentationDisplayId;
542 if (route.mPresentationDisplayId != globalRoute.presentationDisplayId) {
543 route.mPresentationDisplayId = globalRoute.presentationDisplayId;
1477 int mPresentationDisplayId = -1; field in class:MediaRouter.RouteInfo
1866 if (mPresentationDisplayId >= 0) {
1868 if (display.getDisplayId() == mPresentationDisplayId) {

Completed in 52 milliseconds