Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DAttributionConfigTest.java104 Map<String, List<String>> sourceNotFiltersMap = new HashMap<>(); in testHashCode_notEquals() local
105 sourceNotFiltersMap.put("campaign_type", Collections.singletonList("product")); in testHashCode_notEquals()
107 new FilterMap.Builder().setAttributionFilterMap(sourceNotFiltersMap).build(); in testHashCode_notEquals()
219 JSONObject sourceNotFiltersMap = new JSONObject(); in createExampleAttributionConfig() local
220 sourceNotFiltersMap.put( in createExampleAttributionConfig()
223 new FilterMap.Builder().buildFilterData(sourceNotFiltersMap).build(); in createExampleAttributionConfig()
251 Map<String, List<String>> sourceNotFiltersMap = new HashMap<>(); in createExample() local
252 sourceNotFiltersMap.put("campaign_type", Collections.singletonList("product")); in createExample()
254 new FilterMap.Builder().setAttributionFilterMap(sourceNotFiltersMap).build(); in createExample()