Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/
DAdSelectionConfigFixture.java57 public static final Map<AdTechIdentifier, AdSelectionSignals> PER_BUYER_SIGNALS = field in AdSelectionConfigFixture
87 .setPerBuyerSignals(PER_BUYER_SIGNALS) in anAdSelectionConfigBuilder()
102 .setPerBuyerSignals(PER_BUYER_SIGNALS) in anAdSelectionConfig()
118 .setPerBuyerSignals(PER_BUYER_SIGNALS) in anAdSelectionConfig()
/packages/modules/AdServices/adservices/tests/jetpack/src/com/android/adservices/protectedaudience/
DFledgeCtsDebuggableJetpackTest.java106 private static final Map<AdTechIdentifier, AdSelectionSignals> PER_BUYER_SIGNALS = field in FledgeCtsDebuggableJetpackTest
110 PER_BUYER_SIGNALS.put(BUYER_1, new AdSelectionSignals("{\"buyer_signals\":1}")); in PER_BUYER_SIGNALS.put()
111 PER_BUYER_SIGNALS.put(BUYER_2, new AdSelectionSignals("{\"buyer_signals\":2}")); in PER_BUYER_SIGNALS.put()
148 PER_BUYER_SIGNALS,
273 PER_BUYER_SIGNALS, in testAdSelection_etldViolation_failure()
319 PER_BUYER_SIGNALS, in testReportImpression_etldViolation_failure()
433 PER_BUYER_SIGNALS, in testAdSelection_malformedScoringLogic_failure()
523 PER_BUYER_SIGNALS, in testAdSelection_errorGettingScoringLogic_failure()
715 PER_BUYER_SIGNALS, in testAdSelection_overallTimeout_Failure()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/
DAdSelectionConfigTest.java52 .setPerBuyerSignals(AdSelectionConfigFixture.PER_BUYER_SIGNALS) in testBuildValidAdSelectionConfigSuccess()
64 assertEquals(config.getPerBuyerSignals(), AdSelectionConfigFixture.PER_BUYER_SIGNALS); in testBuildValidAdSelectionConfigSuccess()
146 .setPerBuyerSignals(AdSelectionConfigFixture.PER_BUYER_SIGNALS) in testBuildValidAdSelectionConfigCloneSuccess()
162 assertEquals(AdSelectionConfigFixture.PER_BUYER_SIGNALS, cloneConfig.getPerBuyerSignals()); in testBuildValidAdSelectionConfigCloneSuccess()
/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/fledge/
DAbstractPerfTest.java93 public static final Map<AdTechIdentifier, AdSelectionSignals> PER_BUYER_SIGNALS = field in AbstractPerfTest
272 .setPerBuyerSignals(PER_BUYER_SIGNALS) in createAdSelectionConfig()