Searched refs:KEY_DEVICE_GROUPS (Results 1 – 1 of 1) sorted by relevance
88 private static final String KEY_DEVICE_GROUPS = "deviceGroups"; field in VulkanDeviceInfo369 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()