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.java608 JSONObject infoEle = new JSONObject(); in buildJsonScanResult() local
609 infoEle.put("id", ie.id); in buildJsonScanResult()
610 infoEle.put("bytes", Base64Codec.encodeBase64(ie.bytes).toString()); in buildJsonScanResult()
611 infoEles.put(infoEle); in buildJsonScanResult()