Searched refs:sWifiDisplay (Results 1 – 1 of 1) sorted by relevance
40 private static Display sWifiDisplay; field in MediaRouteInfoTest52 sWifiDisplay = new Display(global, 2, wifiInfo, new DisplayAdjustments()); in setUpOnce()72 mRouteInfo.setPresentationDisplays(sWifiDisplay); in testGetPresentationDisplay_notLiveVideo()82 mRouteInfo.setPresentationDisplays(sWifiDisplay); in testGetPresentationDisplay_includesLiveVideo()87 assertThat(mRouteInfo.getPresentationDisplay()).isEqualTo(sWifiDisplay); in testGetPresentationDisplay_includesLiveVideo()99 mRouteInfo.setPresentationDisplays(sWifiDisplay); in testGetPresentationDisplay_wifiDisplayOnly()103 assertThat(mRouteInfo.getPresentationDisplay()).isEqualTo(sWifiDisplay); in testGetPresentationDisplay_wifiDisplayOnly()126 mRouteInfo.setPresentationDisplays(sWifiDisplay); in testGetPresentationDisplay_addressNotMatch()136 mRouteInfo.setPresentationDisplays(sExternalDisplay, sWifiDisplay); in testGetPresentationDisplay_containsWifiAndExternalDisplays_returnWifiDisplay()140 assertThat(mRouteInfo.getPresentationDisplay()).isEqualTo(sWifiDisplay); in testGetPresentationDisplay_containsWifiAndExternalDisplays_returnWifiDisplay()[all …]