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