HomeSort by relevance Sort by last modified time
    Searched refs:JSONObject (Results 226 - 250 of 267) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
ConnectivityManagerFacade.java 43 import org.json.JSONObject;
557 private NetworkRequest buildNetworkRequestFromJson(JSONObject configJson)
599 JSONObject configJson) throws JSONException {
623 JSONObject configJson) throws JSONException {
  /device/google/contexthub/sensorhal/
Android.mk 130 ../util/common/JSONObject.cpp \
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiRttManagerFacade.java 24 import org.json.JSONObject;
170 private RttParams parseRttParam(JSONObject j) throws JSONException {
WifiP2pManagerFacade.java 43 import org.json.JSONObject;
396 @RpcParameter(name = "txtMap") JSONObject txtMap) throws JSONException {
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
decoder.py 149 def JSONObject(s_and_end, encoding, strict, scan_once, object_hook,
355 self.parse_object = JSONObject
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
decoder.py 149 def JSONObject(s_and_end, encoding, strict, scan_once, object_hook,
355 self.parse_object = JSONObject
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
decoder.py 149 def JSONObject(s_and_end, encoding, strict, scan_once, object_hook,
355 self.parse_object = JSONObject
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
decoder.py 149 def JSONObject(s_and_end, encoding, strict, scan_once, object_hook,
355 self.parse_object = JSONObject
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 61 import org.json.JSONObject;
389 final JSONObject json = new JSONObject(jsonString);
437 final JSONObject items = json.getJSONObject(Contacts.CONTENT_ITEM_TYPE);
443 final JSONObject obj = items.optJSONObject(mimetype);
447 final JSONObject item = array.getJSONObject(i);
461 private static void processOneRecord(RawContact rawContact, JSONObject item, String mimetype)
    [all...]
  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintService.java 54 import org.json.JSONObject;
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/rpc/
MethodDescriptor.java 42 import org.json.JSONObject;
78 * (possibly an exception) in a JSONObject.
111 * (possibly an exception) in a JSONObject.
199 } else if (type == JSONObject.class) {
246 public static Object buildIntent(JSONObject jsonObject) throws JSONException {
248 if (jsonObject.has("action")) {
249 intent.setAction(jsonObject.getString("action"));
251 if (jsonObject.has("data") && jsonObject.has("type"))
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java 121 JSONObject object = (JSONObject) new JSONTokener(json).nextValue();
  /device/google/contexthub/util/nanotool/
androidcontexthub.cpp 66 sp<JSONObject> json, std::vector<uint8_t>& bytes) {
  /frameworks/base/core/tests/coretests/src/android/app/backup/
BackupDataTest.java 30 import org.json.JSONObject;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java 39 import org.json.JSONObject;
489 JSONObject json = new JSONObject(content);
    [all...]
  /frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
ShortcutManagerTestUtils.java 59 import org.json.JSONObject;
272 public static JSONObject getCheckinDump(Instrumentation instrumentation) throws JSONException {
273 return new JSONObject(concatResult(runCommand(instrumentation, "dumpsys shortcut -c")));
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java 43 import org.json.JSONObject;
    [all...]
WifiNative.java 60 import org.json.JSONObject;
413 encoded = URLEncoder.encode(new JSONObject(values).toString(), "UTF-8");
443 // an FQDN stored as a plain string. If such a value is encountered, the JSONObject
445 final JSONObject json = new JSONObject(URLDecoder.decode(encoded, "UTF-8"));
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java 69 import org.json.JSONObject;
810 if (TextUtils.isEmpty(uri) || uri == JSONObject.NULL)
    [all...]
  /packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
TelephonyBackupAgentTest.java 43 import org.json.JSONObject;
569 JSONObject jsonObject = jsonArray.getJSONObject(i);
570 jsonObject.put(UUID.randomUUID().toString(), UUID.randomUUID().toString());
571 res = res.put(jsonObject);
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutPackage.java 41 import org.json.JSONObject;
    [all...]
ShortcutService.java 101 import org.json.JSONObject;
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/
json.js 44 // e.g. http://www.json.org/java/org/json/JSONObject.java
  /prebuilts/tools/common/m2/repository/net/sf/json-lib/json-lib/2.3/
json-lib-2.3-jdk15.jar 
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java 148 import org.json.JSONObject;
    [all...]

Completed in 2017 milliseconds

1 2 3 4 5 6 7 8 91011