Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/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.java197 String jsonString = "{\"properties\": [{\"property\": \"VehicleProperty::TIRE_PRESSURE\"," in testGetAllPropConfigsWithCustomConfigHasExistingPropId() local
214 String jsonString = "{\"properties\": [{\"property\": 123," in testGetAllPropConfigsWithCustomConfigHasNonExistingPropId() local
279 String jsonString = "{\"property\": 123," in testCustomFileParseFailure() local
345 String jsonString = "{\"properties\": [{\"property\": " in testGetMethodNoReadPermission() local
366 String jsonString = "{\"properties\": [{\"property\": " in testGetMethodPropIdIsGlobalHasNoDefaultValueAreaIdIgnored() local
388 String jsonString = "{\"properties\": [{\"property\":" in testGetMethodGlobalPropWithAreaIdNotZero() local
411 String jsonString = "{\"properties\": [{\"property\": \"VehicleProperty::INFO_FUEL_TYPE\"," in testGetMethodPropIdIsGlobalHasDefaultValueAreaIdIgnored() local
431 String jsonString = "{\"properties\": [{\"property\": \"VehicleProperty::WINDOW_POS\"," in testGetMethodPropIdHasAreasHasNoDefaultValueHasNoAreaValue() local
455 String jsonString = "{\"properties\": [{\"property\": \"VehicleProperty::WINDOW_POS\"," in testGetMethodPropIdHasAreasHasDefaultValueHasNoAreaValue() local
477 String jsonString = "{\"properties\": [{\"property\": \"VehicleProperty::DOOR_LOCK\"," in testGetMethodPropIdHasAreasHasAreaValue() local
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/theme/
H A DThemeOverlayControllerTest.java290 String jsonString = in onWallpaperColorsChanged_preservesWallpaperPickerTheme() local
316 String jsonString = in onWallpaperColorsChanged_resetThemeIfNotPreset() local
351 String jsonString = in onWallpaperColorsChanged_resetThemeWithNewHomeWallpapers() local
384 String jsonString = in onWallpaperColorsChanged_keepsThemeWhenSetFromLockScreen() local
407 String jsonString = in onWallpaperColorsChanged_resetLockScreenThemeWhenBothSet() local
442 String jsonString = "{\"android.theme.customization.system_palette\":\"A16B00\"," in onSettingChanged_honorThemeStyle() local
458 String jsonString = "{\"android.theme.customization.system_palette\":\"A16B00\"," in onSettingChanged_invalidStyle() local
476 String jsonString = in onWallpaperColorsChanged_resetThemeWithNewHomeAndLockWallpaper() local
508 String jsonString = in onWallpaperColorsChanged_changeLockWallpaper() local
539 String jsonString = in onWallpaperColorsChanged_changeHomeWallpaper() local
[all …]
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/filter/
H A DBasicParserFilteringTest.java97 …String jsonString = aposToQuotes("{'a':123,'array':[1,2],'ob':{'value0':2,'value':3,'value2':4},'b… in testSingleMatchFilteringWithPath1() local
111 …String jsonString = aposToQuotes("{'a':123,'array':[1,2],'ob':{'value0':2,'value':3,'value2':4},'b… in testSingleMatchFilteringWithPath2() local
125 …String jsonString = aposToQuotes("{'a':123,'ob':{'value0':2,'value':3,'value2':4},'array':[1,2],'b… in testSingleMatchFilteringWithPath3() local
139 …String jsonString = aposToQuotes("{'a':123,'array':[1,2],'ob':{'value0':2,'value':3,'value2':4,'va… in testNotAllowMultipleMatchesWithoutPath1() local
153 …String jsonString = aposToQuotes("{'a':123,'array':[1,2],'array':[3,4],'ob':{'value0':2,'value':3,… in testNotAllowMultipleMatchesWithoutPath2() local
167 …String jsonString = aposToQuotes("{'a':123,'array':[1,2],'array':[3,4],'ob':{'value':3,'array':[5,… in testNotAllowMultipleMatchesWithPath1() local
182 …String jsonString = aposToQuotes("{'a':123,'ob':{'value':3,'array':[1,2],'value':{'value0':2}},'ar… in testNotAllowMultipleMatchesWithPath2() local
196 String jsonString = aposToQuotes("{'ob':{'value':3,'ob':{'value':2}},'value':\"val\"}"); in testNotAllowMultipleMatchesWithPath3() local
210 …String jsonString = aposToQuotes("{'a':123,'array':[1,2],'ob':{'value1':1},'ob2':{'ob':{'value2':2… in testNotAllowMultipleMatchesWithPath4() local
224 …String jsonString = aposToQuotes("{'a':123,'array':[1,2],'ob':{'value0':2,'value':3,'value2':4,'va… in testAllowMultipleMatchesWithoutPath() local
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/test/test-utils/src/test/java/software/amazon/awssdk/core/auth/policy/
H A DPolicyReaderTest.java140 String jsonString = in testPolicyParsingWithNoEffect() local
221 String jsonString = in testNoJsonArray() local
263 String jsonString = in testFederatedUserBySAMLProvider() local
302 String jsonString = in testCloudHSMServicePrincipal() local
338 String jsonString = "{" + "\"Version\":\"2008-10-17\"," in testPrincipalWithServiceNotInServicesEnum() local
/aosp_15_r20/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/fledge/utils/
DFakeAdExchangeServer.java106 String jsonString = getJsonFromAssets(fileName); in getSelectAdRequestWithContextualSignals() local
111 private static SelectAdResponse parseSelectAdResponse(String jsonString) { in parseSelectAdResponse()
198 String jsonString; in getJsonFromAssets() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/jwt/
H A DJsonUtil.java35 static JsonObject parseJson(String jsonString) throws JwtInvalidException { in parseJson()
43 static JsonArray parseJsonArray(String jsonString) throws JwtInvalidException { in parseJsonArray()
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/filter/
H A DJsonInclude1327Test.java39 final String jsonString = om.writeValueAsString(new Issue1327BeanEmpty()); in testClassDefaultsForEmpty() local
50 final String jsonString = om.writeValueAsString(new Issue1327BeanAlways()); in testClassDefaultsForAlways() local
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPreferences.kt664 val jsonString = noBackupPrefs.getString(NoBackupKeys.KEY_DAILY_ROTATION_TIMESTAMPS, "[]") in <lambda>() constant
678 val jsonString = noBackupPrefs.getString(NoBackupKeys.KEY_DAILY_ROTATION_TIMESTAMPS, "[]") in <lambda>() constant
/aosp_15_r20/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
H A DCollectorUtil.java115 private static void writeFile(File file, String jsonString) throws IOException { in writeFile()
128 public static String reformatJsonString(String jsonString) { in reformatJsonString()
/aosp_15_r20/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraPerformanceTest.java528 String jsonString = getFormatedJsonReportFromFile(); in parse() local
625 String jsonString = null; in getFormatedJsonReportFromFile() local
640 private String reformatJsonString(String jsonString) { in reformatJsonString()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/
H A DDiskStatsService.java209 String jsonString = IoUtils.readFileAsString(DISKSTATS_DUMP_FILE); in reportCachedValues() local
244 String jsonString = IoUtils.readFileAsString(DISKSTATS_DUMP_FILE); in reportCachedValuesProto() local
/aosp_15_r20/frameworks/base/core/java/com/android/server/backup/
H A DAccountSyncSettingsBackupHelper.java310 String jsonString = unaddedAccountsJSONArray.toString(); in restoreFromJsonArray() local
329 String jsonString; in accountAddedInternal() local
/aosp_15_r20/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/ui/
DPhrOptionsFragment.kt313 val jsonString = loadJSONFromAsset(requireContext(), it) in <lambda>() constant
/aosp_15_r20/cts/libs/input/src/com/android/cts/input/
H A DUhidRegisterCommand.kt23 val jsonString: String, constant in com.android.cts.input.UhidRegisterCommand
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/gapic/protoparser/
H A DServiceYamlParser.java51 String jsonString = gson.toJson(yamlMap, LinkedHashMap.class); in parse() local
/aosp_15_r20/external/google-cloud-java/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/util/
H A DValueConverter.java41 String jsonString = JsonFormat.printer().print(message); in toValue() local
/aosp_15_r20/external/libaom/tools/
H A Dinspect-cli.js21 on_frame_decoded_json: function (jsonString) { argument
/aosp_15_r20/developers/build/prebuilts/gradle/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
H A DJsonUtils.java44 String jsonString = new String(buffer); in loadJsonFile() local
/aosp_15_r20/developers/samples/android/deprecated/wearable/wear/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
DJsonUtils.java44 String jsonString = new String(buffer); in loadJsonFile() local
/aosp_15_r20/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
H A DJsonUtils.java44 String jsonString = new String(buffer); in loadJsonFile() local
/aosp_15_r20/external/volley/core/src/main/java/com/android/volley/toolbox/
H A DJsonArrayRequest.java74 String jsonString = in parseNetworkResponse() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/pandora/
DPtsBotTestTest.java65 String jsonString = in testParse_configFlagsFile() local
/aosp_15_r20/developers/samples/android/deprecated/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
DAssetUtils.java48 String jsonString = new String(loadAsset(context, asset)); in loadJSONAsset() local
/aosp_15_r20/developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
H A DAssetUtils.java48 String jsonString = new String(loadAsset(context, asset)); in loadJSONAsset() local

123456789