Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaRouter/src/com/android/mediaroutertest/
DMediaRouteInfoTest.java42 private static Display sInternalDisplay; field in MediaRouteInfoTest
62 sInternalDisplay = new Display(global, 4, internalInfo, new DisplayAdjustments()); in setUpOnce()
117 mRouteInfo.setPresentationDisplays(sInternalDisplay); in testGetPresentationDisplay_internalDisplayOnly()
121 assertThat(mRouteInfo.getPresentationDisplay()).isEqualTo(sInternalDisplay); in testGetPresentationDisplay_internalDisplayOnly()
145 mRouteInfo.setPresentationDisplays(sExternalDisplay, sInternalDisplay); in testGetPresentationDisplay_containsExternalAndInternalDisplays_returnExternal()
154 mRouteInfo.setPresentationDisplays(sExternalDisplay, sInternalDisplay, sWifiDisplay); in testGetPresentationDisplay_containsAllDisplays_returnWifiDisplay()