Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java369 JSONArray deviceGroups = parent.getJSONArray(KEY_DEVICE_GROUPS); in emitDeviceGroups() local
371 for (int deviceGroupIdx = 0; deviceGroupIdx < deviceGroups.length(); deviceGroupIdx++) { in emitDeviceGroups()
372 JSONObject deviceGroup = deviceGroups.getJSONObject(deviceGroupIdx); in emitDeviceGroups()