Searched refs:infoEle (Results 1 – 1 of 1) sorted by relevance
662 JSONObject infoEle = new JSONObject(); in buildJsonScanResult() local663 infoEle.put("id", ie.id); in buildJsonScanResult()664 infoEle.put("bytes", Base64Codec.encodeBase64String(ie.bytes)); in buildJsonScanResult()665 infoEles.put(infoEle); in buildJsonScanResult()