Searched refs:sInternalDisplay (Results 1 – 1 of 1) sorted by relevance
42 private static Display sInternalDisplay; field in MediaRouteInfoTest62 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()