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.java256 private static final String KEY_QUEUES = "queues"; field in VulkanDeviceInfo
623 JSONArray queues = device.getJSONArray(KEY_QUEUES); in emitDevices()
624 store.startArray(convertName(KEY_QUEUES)); in emitDevices()
1144 case KEY_QUEUES: return "queues"; in convertName()