Home
last modified time | relevance | path

Searched refs:rawJson (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/utils/
DCustomAudienceSetupRule.java84 public void populateRealisticCustomAudiences(String rawJson) throws Exception { in populateRealisticCustomAudiences() argument
85 JSONArray interestGroups = new JSONObject(rawJson).getJSONArray("interestGroups"); in populateRealisticCustomAudiences()
/packages/modules/Virtualization/vmlauncher_app/java/com/android/virtualization/vmlauncher/
DMainActivity.java94 String rawJson = new String(Files.readAllBytes(Path.of(jsonPath))); in createVirtualMachineConfig() local
95 JSONObject json = new JSONObject(rawJson); in createVirtualMachineConfig()