Home
last modified time | relevance | path

Searched refs:infoEle (Results 1 – 1 of 1) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java662 JSONObject infoEle = new JSONObject(); in buildJsonScanResult() local
663 infoEle.put("id", ie.id); in buildJsonScanResult()
664 infoEle.put("bytes", Base64Codec.encodeBase64String(ie.bytes)); in buildJsonScanResult()
665 infoEles.put(infoEle); in buildJsonScanResult()