Searched refs:queues (Results 1 – 1 of 1) sorted by relevance
623 JSONArray queues = device.getJSONArray(KEY_QUEUES); in emitDevices() local625 for (int queueIdx = 0; queueIdx < queues.length(); queueIdx++) { in emitDevices()626 JSONObject queue = queues.getJSONObject(queueIdx); in emitDevices()