Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java88 private static final String KEY_DEVICE_GROUPS = "deviceGroups"; field in VulkanDeviceInfo
369 JSONArray deviceGroups = parent.getJSONArray(KEY_DEVICE_GROUPS); in emitDeviceGroups()
370 store.startArray(convertName(KEY_DEVICE_GROUPS)); in emitDeviceGroups()
976 case KEY_DEVICE_GROUPS: return "device_groups"; in convertName()