Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java1204 private static <T> JSONObject buildCallEvent(InCallServiceImpl.CallEvent<T> callEvent) in buildCallEvent() argument
1207 jsonEvent.put("CallId", callEvent.getCallId()); in buildCallEvent()
1208 jsonEvent.put("Event", build(callEvent.getEvent())); in buildCallEvent()