Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DAttributionConfigTest.java141 new AttributionConfig.Builder(createExampleAttributionConfigJson()).build(); in build_nonEmptyAttributionConfig_parseSuccess()
150 JSONObject attributionConfigJson = createExampleAttributionConfigJson(); in build_missingSourceAdTech_throwsJsonException()
182 private JSONObject createExampleAttributionConfigJson() throws JSONException { in createExampleAttributionConfigJson() method in AttributionConfigTest