Searched refs:infoEle (Results 1 – 1 of 1) sorted by relevance
608 JSONObject infoEle = new JSONObject(); in buildJsonScanResult() local609 infoEle.put("id", ie.id); in buildJsonScanResult()610 infoEle.put("bytes", Base64Codec.encodeBase64(ie.bytes).toString()); in buildJsonScanResult()611 infoEles.put(infoEle); in buildJsonScanResult()