Home
last modified time | relevance | path

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

/external/gson/gson/src/test/java/com/google/gson/
DJsonObjectTest.java48 JsonObject jsonObj = new JsonObject(); in testAddingAndRemovingObjectProperties() local
68 JsonObject jsonObj = new JsonObject(); in testAddingNullPropertyValue() local
80 JsonObject jsonObj = new JsonObject(); in testAddingNullOrEmptyPropertyName() local
93 JsonObject jsonObj = new JsonObject(); in testAddingBooleanProperties() local
108 JsonObject jsonObj = new JsonObject(); in testAddingStringProperties() local
123 JsonObject jsonObj = new JsonObject(); in testAddingCharacterProperties() local
142 JsonObject jsonObj = new JsonObject(); in testPropertyWithQuotes() local
153 JsonObject jsonObj = new JsonObject(); in testWritePropertyWithEmptyStringName() local
161 JsonObject jsonObj = JsonParser.parseString("{\"\":true}").getAsJsonObject(); in testReadPropertyWithEmptyStringName() local
/external/angle/src/android_system_settings/src/com/android/angle/common/
DReceiver.java104 JSONObject jsonObj = new JSONObject(rulesJSON); in parsePackageNames() local
/external/gson/gson/src/test/java/com/google/gson/functional/
DCustomDeserializerTest.java107 JsonObject jsonObj = json.getAsJsonObject(); in deserialize() local
DCustomTypeAdaptersTest.java441 JsonObject jsonObj = json.getAsJsonObject(); in deserialize() local