Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVhalConfigParserUnitTest.java102 String jsonString = "{[]: 123}"; in testConfigFileInvalidJsonKey() local
113 String jsonString = "{\"properties\": 123}"; in testConfigFileRootIsNotArray() local
124 String jsonString = "{\"properties\": [{}, 123]}"; in testConfigFileRootHasElementIsNotJsonObject() local
136 String jsonString = "{\"properties\": [{}]}"; in testParseEachPropertyJsonObjectIsEmpty() local
147 String jsonString = "{\"properties\": [{\"property\": 123," in testParsePropertyIdWithIntValue() local
160 String jsonString = "{\"properties\": [{\"NotAPropIdFieldName\": 123}]}"; in testParsePropertyIdFieldNotExist() local
171 String jsonString = "{\"properties\": [{\"property\": NULL}]}"; in testParsePropertyIdValueNull() local
182 String jsonString = "{\"properties\": [{\"property\": 12.3}]}"; in testParsePropertyIdWithWrongValueType() local
193 String jsonString = "{\"properties\": " in testParsePropertyIdWithStringValue() local
205 String jsonString = "{\"properties\": " + "[{\"property\": \"\"}]}"; in testParsePropertyIdWithEmptyStringValue() local
[all …]
DFakeVehicleStubUnitTest.java190 String jsonString = "{\"properties\": [{\"property\": \"VehicleProperty::TIRE_PRESSURE\"," in testGetAllPropConfigsWithCustomConfigHasExistingPropId() local
207 String jsonString = "{\"properties\": [{\"property\": 123," in testGetAllPropConfigsWithCustomConfigHasNonExistingPropId() local
272 String jsonString = "{\"property\": 123," in testCustomFileParseFailure() local
338 String jsonString = "{\"properties\": [{\"property\": " in testGetMethodNoReadPermission() local
359 String jsonString = "{\"properties\": [{\"property\": " in testGetMethodPropIdIsGlobalHasNoDefaultValueAreaIdIgnored() local
381 String jsonString = "{\"properties\": [{\"property\":" in testGetMethodGlobalPropWithAreaIdNotZero() local
404 String jsonString = "{\"properties\": [{\"property\": \"VehicleProperty::INFO_FUEL_TYPE\"," in testGetMethodPropIdIsGlobalHasDefaultValueAreaIdIgnored() local
424 String jsonString = "{\"properties\": [{\"property\": \"VehicleProperty::WINDOW_POS\"," in testGetMethodPropIdHasAreasHasNoDefaultValueHasNoAreaValue() local
448 String jsonString = "{\"properties\": [{\"property\": \"VehicleProperty::WINDOW_POS\"," in testGetMethodPropIdHasAreasHasDefaultValueHasNoAreaValue() local
470 String jsonString = "{\"properties\": [{\"property\": \"VehicleProperty::DOOR_LOCK\"," in testGetMethodPropIdHasAreasHasAreaValue() local
[all …]
/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/fledge/utils/
DFakeAdExchangeServer.java100 String jsonString = getJsonFromAssets(fileName); in getSelectAdRequestWithContextualSignals() local
105 private static SelectAdResponse parseSelectAdResponse(String jsonString) { in parseSelectAdResponse()
183 String jsonString; in getJsonFromAssets() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPreferences.kt656 val jsonString = noBackupPrefs.getString(NoBackupKeys.KEY_DAILY_ROTATION_TIMESTAMPS, "[]") in <lambda>() constant
670 val jsonString = noBackupPrefs.getString(NoBackupKeys.KEY_DAILY_ROTATION_TIMESTAMPS, "[]") in <lambda>() constant
/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/ui/
DPhrOptionsFragment.kt186 val jsonString = loadJSONFromAsset(requireContext(), jsonFile) in <lambda>() constant
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/signals/
DProtectedSignalsArgumentUtilTest.java177 private boolean isValidJson(String jsonString) { in isValidJson()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/download/
DEncryptionDataDownloadManager.java178 String jsonString = bufferedReader.lines().collect(Collectors.joining("\n")); in processDownloadedFile() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/adselection/
DConsentedDebugShellCommandTest.java376 String jsonString, in assertConsentedDebugConfigurationJson()
/packages/services/Telephony/src/com/android/phone/utils/
DCarrierAllowListInfo.java81 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/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/
DFetchCustomAudienceImpl.java362 String jsonString = mRequestCustomAudience.asJSONObject().toString(); in performFetch() local
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/com/android/adservices/service/measurement/
DSourceFixture.java236 String jsonString = String.format("{\"flip_probability\": %f}", mockFlipProbability); in getValidTriggerSpecsWithNonDefaultEpsilon() local
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DContactInfoHelper.java81 final String jsonString = in createTemporaryContactUri() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/customaudience/
DFetchCustomAudienceImplTest.java702 String jsonString = "Not[A]VALID[JSON]"; in testImpl_invalidResponse_invalidJSONObject() 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.java965 String jsonString = in initTagAppPrefList() local
1007 String jsonString = jsonObject.toString(); in storeTagAppPrefList() local