Home
last modified time | relevance | path

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

/device/google/cuttlefish/tests/graphics/src/com/android/cuttlefish/tests/
DCuttlefishDisplayHotplugTest.java181 JSONObject jsonDisplay = jsonDisplays.getJSONObject(displayNumberString); in parseHostDisplayInfos() local
182 JSONObject jsonDisplayMode = jsonDisplay.getJSONObject("mode"); in parseHostDisplayInfos()
225 JSONObject jsonDisplay = jsonDisplays.getJSONObject(i); in parseGuestDisplayInfos() local
226 int id = jsonDisplay.getInt("id"); in parseGuestDisplayInfos()
227 int w = jsonDisplay.getInt("width"); in parseGuestDisplayInfos()
228 int h = jsonDisplay.getInt("height"); in parseGuestDisplayInfos()