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

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java567 private int mPresentationDisplayId = -1; field in class:MediaRouter.RouteInfo
938 if (mPresentationDisplayId >= 0 && mPresentationDisplay == null) {
939 mPresentationDisplay = sGlobal.getDisplay(mPresentationDisplayId);
972 + ", presentationDisplayId=" + mPresentationDisplayId
1024 if (mPresentationDisplayId != descriptor.getPresentationDisplayId()) {
1025 mPresentationDisplayId = descriptor.getPresentationDisplayId();

Completed in 55 milliseconds