Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java219 private static final String KEY_QUEUES = "queues"; field in VulkanDeviceInfo
540 JSONArray queues = device.getJSONArray(KEY_QUEUES); in emitDevices()
541 store.startArray(convertName(KEY_QUEUES)); in emitDevices()
817 case KEY_QUEUES: return "queues"; in convertName()