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

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteDescriptor.java49 private static final String KEY_PRESENTATION_DISPLAY_ID = "presentationDisplayId"; field in class:MediaRouteDescriptor
165 return mBundle.getInt(KEY_PRESENTATION_DISPLAY_ID, -1);
402 mBundle.putInt(KEY_PRESENTATION_DISPLAY_ID, presentationDisplayId);

Completed in 88 milliseconds