Searched refs:GuestDisplayInfo (Results 1 – 1 of 1) sorted by relevance
/device/google/cuttlefish/tests/graphics/src/com/android/cuttlefish/tests/ |
D | CuttlefishDisplayHotplugTest.java | 139 public static abstract class GuestDisplayInfo { class in CuttlefishDisplayHotplugTest 140 static GuestDisplayInfo create(int id, int width, int height) { in create() 214 private Map<Integer, GuestDisplayInfo> parseGuestDisplayInfos(String inputJson) { in parseGuestDisplayInfos() 219 Map<Integer, GuestDisplayInfo> displayInfos = new HashMap<Integer, GuestDisplayInfo>(); in parseGuestDisplayInfos() 229 displayInfos.put(id, GuestDisplayInfo.create(id, w, h)); in parseGuestDisplayInfos() 269 private Map<Integer, GuestDisplayInfo> getGuestDisplays() throws Exception { in getGuestDisplays() 344 Correspondence<GuestDisplayInfo, AddDisplayParams> GUEST_DISPLAY_MATCHES = 345 Correspondence.from((GuestDisplayInfo lhs, AddDisplayParams rhs) -> { 363 Map<Integer, GuestDisplayInfo> originalGuestDisplays = getGuestDisplays(); in doOneConnectAndDisconnectCycle() 388 Map<Integer, GuestDisplayInfo> afterAddGuestDisplays = null; in doOneConnectAndDisconnectCycle() [all …]
|