Searched refs:KEY_DEVICE_GROUPS (Results 1 – 1 of 1) sorted by relevance
108 private static final String KEY_DEVICE_GROUPS = "deviceGroups"; field in VulkanDeviceInfo539 JSONArray deviceGroups = parent.getJSONArray(KEY_DEVICE_GROUPS); in emitDeviceGroups()540 store.startArray(convertName(KEY_DEVICE_GROUPS)); in emitDeviceGroups()1377 case KEY_DEVICE_GROUPS: return "device_groups"; in convertName()