HomeSort by relevance Sort by last modified time
    Searched full:jsonput (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
AppRTCDemoActivity.java 283 private static void jsonPut(JSONObject json, String key, Object value) {
297 jsonPut(json, "type", "candidate");
298 jsonPut(json, "label", candidate.sdpMLineIndex);
299 jsonPut(json, "id", candidate.sdpMid);
300 jsonPut(json, "candidate", candidate.sdp);
365 jsonPut(json, "type", sdp.type.canonicalForm());
366 jsonPut(json, "sdp", sdp.description);

Completed in 294 milliseconds