Searched refs:jsonDeviceSerials (Results 1 – 1 of 1) sorted by relevance
224 JSONArray jsonDeviceSerials = json.optJSONArray("device_serials"); in fromJson() local225 if (jsonDeviceSerials != null) { in fromJson()227 for (int j = 0; j < jsonDeviceSerials.length(); j++) { in fromJson()228 deviceSerials.add(jsonDeviceSerials.getString(j)); in fromJson()