Searched refs:deviceGroups (Results 1 – 1 of 1) sorted by relevance
369 JSONArray deviceGroups = parent.getJSONArray(KEY_DEVICE_GROUPS); in emitDeviceGroups() local371 for (int deviceGroupIdx = 0; deviceGroupIdx < deviceGroups.length(); deviceGroupIdx++) { in emitDeviceGroups()372 JSONObject deviceGroup = deviceGroups.getJSONObject(deviceGroupIdx); in emitDeviceGroups()