Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/
DAdSelectionConfigFixture.java54 public static final AdSelectionSignals SELLER_SIGNALS = field in AdSelectionConfigFixture
86 .setSellerSignals(SELLER_SIGNALS) in anAdSelectionConfigBuilder()
101 .setSellerSignals(SELLER_SIGNALS) in anAdSelectionConfig()
117 .setSellerSignals(SELLER_SIGNALS) in anAdSelectionConfig()
DDataHandlersFixture.java78 public static final AdSelectionSignals SELLER_SIGNALS = field in DataHandlersFixture
124 .setSellerContextualSignals(SELLER_SIGNALS)
135 .setSellerContextualSignals(SELLER_SIGNALS.toString())
148 .setSellerContextualSignals(SELLER_SIGNALS.toString())
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/datahandlers/
DReportingDataTest.java58 public static final AdSelectionSignals SELLER_SIGNALS = field in ReportingDataTest
80 .setSellerContextualSignals(SELLER_SIGNALS) in testBuild_bothComputationDataAndUriSet_throwsIAE()
114 .setSellerContextualSignals(SELLER_SIGNALS) in testBuild_withReportingComputationData_success()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/
DAdSelectionConfigTest.java51 .setSellerSignals(AdSelectionConfigFixture.SELLER_SIGNALS) in testBuildValidAdSelectionConfigSuccess()
63 assertEquals(config.getSellerSignals(), AdSelectionConfigFixture.SELLER_SIGNALS); in testBuildValidAdSelectionConfigSuccess()
145 .setSellerSignals(AdSelectionConfigFixture.SELLER_SIGNALS) in testBuildValidAdSelectionConfigCloneSuccess()
161 assertEquals(AdSelectionConfigFixture.SELLER_SIGNALS, cloneConfig.getSellerSignals()); in testBuildValidAdSelectionConfigCloneSuccess()
/packages/modules/AdServices/adservices/tests/jetpack/src/com/android/adservices/protectedaudience/
DFledgeCtsDebuggableJetpackTest.java103 private static final AdSelectionSignals SELLER_SIGNALS = field in FledgeCtsDebuggableJetpackTest
147 SELLER_SIGNALS,
272 SELLER_SIGNALS, in testAdSelection_etldViolation_failure()
318 SELLER_SIGNALS, in testReportImpression_etldViolation_failure()
432 SELLER_SIGNALS, in testAdSelection_malformedScoringLogic_failure()
522 SELLER_SIGNALS, in testAdSelection_errorGettingScoringLogic_failure()
714 SELLER_SIGNALS, in testAdSelection_overallTimeout_Failure()
/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/utils/
DStaticAdTechServerUtils.java63 private static final AdSelectionSignals SELLER_SIGNALS = field in StaticAdTechServerUtils
142 .setSellerSignals(SELLER_SIGNALS) in createAndGetAdSelectionConfig()
/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/fledge/
DAbstractPerfTest.java91 public static final AdSelectionSignals SELLER_SIGNALS = field in AbstractPerfTest
271 .setSellerSignals(SELLER_SIGNALS) in createAdSelectionConfig()