Searched defs:getPresentationDisplayId (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
H A DRemoteDisplay.java150 public int getPresentationDisplayId() { method in class:RemoteDisplay
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
H A DMediaRouteDescriptor.java260 public int getPresentationDisplayId() { method in class:MediaRouteDescriptor
325 result.append(", presentationDisplayId=").append(getPresentationDisplayId());
H A DMediaRouter.java1424 public int getPresentationDisplayId() { method in class:MediaRouter.RouteInfo
1542 if (mPresentationDisplayId != descriptor.getPresentationDisplayId()) {
1543 mPresentationDisplayId = descriptor.getPresentationDisplayId();
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
H A DMediaRouteDescriptor.java264 public int getPresentationDisplayId() { method in class:MediaRouteDescriptor
329 result.append(", presentationDisplayId=").append(getPresentationDisplayId());
H A DMediaRouter.java1425 public int getPresentationDisplayId() { method in class:MediaRouter.RouteInfo
1543 if (mPresentationDisplayId != descriptor.getPresentationDisplayId()) {
1544 mPresentationDisplayId = descriptor.getPresentationDisplayId();

Completed in 124 milliseconds