Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/aggregation/
DAggregatePayloadGeneratorTest.java126 .setSourceKeys(new HashSet<>(Collections.singletonList("campaignCounts"))) in testGenerateAttributionReport_twoContributions_filterSetMatches()
134 .setSourceKeys(new HashSet<>(Arrays.asList("geoValue", "nonMatch"))) in testGenerateAttributionReport_twoContributions_filterSetMatches()
221 .setSourceKeys(new HashSet<>(Collections.singletonList("campaignCounts"))) in testGenerateAttributionReport_filterSetMatches_withPayloadPadding()
229 .setSourceKeys(new HashSet<>(Arrays.asList("geoValue", "nonMatch"))) in testGenerateAttributionReport_filterSetMatches_withPayloadPadding()
314 .setSourceKeys(new HashSet<>(Collections.singletonList("campaignCounts"))) in testGenerateAttributionReport_insideLookbackWindow_filterSetMatches()
322 .setSourceKeys(new HashSet<>(Arrays.asList("geoValue", "nonMatch"))) in testGenerateAttributionReport_insideLookbackWindow_filterSetMatches()
410 .setSourceKeys(new HashSet<>(Collections.singletonList("campaignCounts"))) in testGenerateAttributionReport_twoContributions_filterSetDoesNotMatch()
418 .setSourceKeys(new HashSet<>(Arrays.asList("geoValue", "nonMatch"))) in testGenerateAttributionReport_twoContributions_filterSetDoesNotMatch()
480 .setSourceKeys(new HashSet<>(Collections.singletonList("campaignCounts"))) in testGenerateAttributionReport_twoContributions_success()
489 .setSourceKeys(new HashSet<>(Arrays.asList("geoValue", "nonMatch"))) in testGenerateAttributionReport_twoContributions_success()
[all …]
DAggregateTriggerDataTest.java108 .setSourceKeys( in testHashCode_notEquals()
150 .setSourceKeys( in createExampleBuilder()
DAggregatableAttributionTriggerTest.java56 .setSourceKeys(new HashSet<>( in createExample()
61 .setSourceKeys(new HashSet<>( in createExample()
122 .setSourceKeys(new HashSet<>(Arrays.asList("campCounts", "campGeoCounts"))) in testHashCode_notEquals()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/
DAggregateTriggerData.java123 public Builder setSourceKeys(Set<String> sourceKeys) { in setSourceKeys() method in AggregateTriggerData.Builder
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/com/android/adservices/service/measurement/
DTriggerFixture.java196 .setSourceKeys(Set.of("sourceKey")) in buildAggregatableAttributionTrigger()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DTrigger.java420 .setSourceKeys(sourceKeySet); in parseAggregateTrigger()