Home
last modified time | relevance | path

Searched defs:jsonString (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVhalConfigParserUnitTest.java107 String jsonString = "{\"properties\": 123}"; in testConfigFileRootIsNotArray() local
118 String jsonString = "{\"properties\": [{}, 123]}"; in testConfigFileRootHasElementIsNotJsonObject() local
130 String jsonString = "{\"properties\": [{}]}"; in testParseEachPropertyJsonObjectIsEmpty() local
144 String jsonString = "{\"properties\": [{\"property\": 123," in testParsePropertyIdWithIntValue() local
157 String jsonString = "{\"properties\": [{\"NotAPropIdFieldName\": 123}]}"; in testParsePropertyIdFieldNotExist() local
168 String jsonString = "{\"properties\": [{\"property\": NULL}]}"; in testParsePropertyIdValueNull() local
179 String jsonString = "{\"properties\": [{\"property\": 12.3f}]}"; in testParsePropertyIdWithWrongValueType() local
190 String jsonString = "{\"properties\": " in testParsePropertyIdWithStringValue() local
202 String jsonString = "{\"properties\": " + "[{\"property\": \"\"}]}"; in testParsePropertyIdWithEmptyStringValue() local
214 String jsonString = "{\"properties\": " + "[{\"property\": \"1234\"}]}"; in testParsePropertyIdWithIntStringValue() local
[all …]
DFakeVehicleStubUnitTest.java182 String jsonString = "{\"properties\": [{\"property\": \"VehicleProperty::TIRE_PRESSURE\"," in testGetAllPropConfigsWithCustomConfigHasExistingPropId() local
199 String jsonString = "{\"properties\": [{\"property\": 123," in testGetAllPropConfigsWithCustomConfigHasNonExistingPropId() local
264 String jsonString = "{\"property\": 123," in testCustomFileParseFailure() local
331 String jsonString = "{\"properties\": [{\"property\": " in testGetMethodNoReadPermission() local
352 String jsonString = "{\"properties\": [{\"property\": " in testGetMethodPropIdIsGlobalHasNoDefaultValueAreaIdIgnored() local
374 String jsonString = "{\"properties\": [{\"property\":" in testGetMethodGlobalPropWithAreaIdNotZero() local
397 String jsonString = "{\"properties\": [{\"property\": \"VehicleProperty::INFO_FUEL_TYPE\"," in testGetMethodPropIdIsGlobalHasDefaultValueAreaIdIgnored() local
417 String jsonString = "{\"properties\": [{\"property\": \"VehicleProperty::WINDOW_POS\"," in testGetMethodPropIdHasAreasHasNoDefaultValueHasNoAreaValue() local
441 String jsonString = "{\"properties\": [{\"property\": \"VehicleProperty::WINDOW_POS\"," in testGetMethodPropIdHasAreasHasDefaultValueHasNoAreaValue() local
463 String jsonString = "{\"properties\": [{\"property\": \"VehicleProperty::DOOR_LOCK\"," in testGetMethodPropIdHasAreasHasAreaValue() local
[all …]
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPreferences.java640 String jsonString = mNoBackupPrefs.getString( in addDailyRotation() local
657 String jsonString = mNoBackupPrefs.getString( in getLastDailyRotationTimestamp() local
691 String jsonString = mNoBackupPrefs.getString( in getDailyRotationsInLastWeek() local
743 String jsonString = mNoBackupPrefs.getString( in getDailyRotationsPreviousDay() local
/packages/services/Telephony/src/com/android/phone/utils/
DCarrierAllowListInfo.java80 String jsonString = getJsonFromAssets(context, in loadJsonFile() local
/packages/apps/UniversalMediaPlayer/java/com/android/pump/provider/
DWikidata.java237 String jsonString = (String) object; in dumpJson() local
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DContactInfoHelper.java81 final String jsonString = in createTemporaryContactUri() local
/packages/apps/Dialer/java/com/android/incallui/
DContactInfoCache.java107 final String jsonString = in doInBackground() local
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java358 final String jsonString = uri.getEncodedFragment(); in loadEncodedContactEntity() local
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyBackupAgentTest.java856 private String addRandomDataToJson(String jsonString) throws JSONException { in addRandomDataToJson()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java124 final String jsonString = uri.getEncodedFragment(); in loadEncodedContactEntity() local
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java722 String jsonString = in initTagAppPrefList() local
764 String jsonString = jsonObject.toString(); in storeTagAppPrefList() local