Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java1206 JSONObject jsonEvent = new JSONObject(); in buildCallEvent() local
1207 jsonEvent.put("CallId", callEvent.getCallId()); in buildCallEvent()
1208 jsonEvent.put("Event", build(callEvent.getEvent())); in buildCallEvent()
1209 return jsonEvent; in buildCallEvent()