Home
last modified time | relevance | path

Searched defs:jsonObj (Results 1 – 6 of 6) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
DJsonMessageBuilder.java422 JSONObject jsonObj = new JSONObject(); in toJson() local
436 JSONObject jsonObj = new JSONObject(); in toJson() local
450 JSONObject jsonObj = new JSONObject(); in toJson() local
475 JSONObject jsonObj = new JSONObject(); in toJson() local
496 JSONObject jsonObj = new JSONObject(); in toJson() local
515 JSONObject jsonObj = new JSONObject(); in toJson() local
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
DXmlMessageBuilder.java209 JSONObject jsonObj = body.getJSONObject( in getPairingRequest() local
233 JSONObject jsonObj = body.getJSONObject( in getPairingRequestAck() local
472 JSONObject jsonObj = new JSONObject(); in toXML() local
491 JSONObject jsonObj = new JSONObject(); in toXML() local
508 JSONObject jsonObj = new JSONObject(); in toXML() local
539 JSONObject jsonObj = new JSONObject(); in toXML() local
561 JSONObject jsonObj = new JSONObject(); in toXML() local
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
DFormatInterpreter.java271 JSONObject jsonObj = new JSONObject(new JSONTokener(jsonString)); in getJsonValue() local
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
DAccessibilityInjector.java453 JSONObject jsonObj = new JSONObject(jsonString); in braille() local
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorConsoleAgent.cpp277 …RefPtr<TypeBuilder::Console::ConsoleMessage> jsonObj = TypeBuilder::Console::ConsoleMessage::creat… in sendConsoleMessageToFrontend() local
/external/chromium_org/remoting/webapp/js_proto/
Ddom_proto.js80 JSON.stringify = function(jsonObj, opt_replacer, opt_space) {}; argument