Home
last modified time | relevance | path

Searched refs:KEY_PRESENTATION_DISPLAY_ID (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
DMediaRouteDescriptor.java59 static final String KEY_PRESENTATION_DISPLAY_ID = "presentationDisplayId"; field in MediaRouteDescriptor
266 KEY_PRESENTATION_DISPLAY_ID, MediaRouter.RouteInfo.PRESENTATION_DISPLAY_ID_NONE); in getPresentationDisplayId()
648 mBundle.putInt(KEY_PRESENTATION_DISPLAY_ID, presentationDisplayId); in setPresentationDisplayId()
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
DMediaRouteDescriptor.java55 static final String KEY_PRESENTATION_DISPLAY_ID = "presentationDisplayId"; field in MediaRouteDescriptor
262 KEY_PRESENTATION_DISPLAY_ID, MediaRouter.RouteInfo.PRESENTATION_DISPLAY_ID_NONE); in getPresentationDisplayId()
644 mBundle.putInt(KEY_PRESENTATION_DISPLAY_ID, presentationDisplayId); in setPresentationDisplayId()