Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/
DAdSelectionConfigFixture.java51 public static final AdSelectionSignals AD_SELECTION_SIGNALS = field in AdSelectionConfigFixture
85 .setAdSelectionSignals(AD_SELECTION_SIGNALS) in anAdSelectionConfigBuilder()
100 .setAdSelectionSignals(AD_SELECTION_SIGNALS) in anAdSelectionConfig()
116 .setAdSelectionSignals(AD_SELECTION_SIGNALS) in anAdSelectionConfig()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/
DAdSelectionConfigTest.java50 .setAdSelectionSignals(AdSelectionConfigFixture.AD_SELECTION_SIGNALS) in testBuildValidAdSelectionConfigSuccess()
62 assertEquals(config.getAdSelectionSignals(), AdSelectionConfigFixture.AD_SELECTION_SIGNALS); in testBuildValidAdSelectionConfigSuccess()
144 .setAdSelectionSignals(AdSelectionConfigFixture.AD_SELECTION_SIGNALS) in testBuildValidAdSelectionConfigCloneSuccess()
160 AdSelectionConfigFixture.AD_SELECTION_SIGNALS, cloneConfig.getAdSelectionSignals()); in testBuildValidAdSelectionConfigCloneSuccess()
/packages/modules/AdServices/adservices/tests/jetpack/src/com/android/adservices/protectedaudience/
DFledgeCtsDebuggableJetpackTest.java100 private static final AdSelectionSignals AD_SELECTION_SIGNALS = field in FledgeCtsDebuggableJetpackTest
146 AD_SELECTION_SIGNALS,
271 AD_SELECTION_SIGNALS, in testAdSelection_etldViolation_failure()
317 AD_SELECTION_SIGNALS, in testReportImpression_etldViolation_failure()
431 AD_SELECTION_SIGNALS, in testAdSelection_malformedScoringLogic_failure()
521 AD_SELECTION_SIGNALS, in testAdSelection_errorGettingScoringLogic_failure()
713 AD_SELECTION_SIGNALS, in testAdSelection_overallTimeout_Failure()
/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/utils/
DStaticAdTechServerUtils.java61 private static final AdSelectionSignals AD_SELECTION_SIGNALS = field in StaticAdTechServerUtils
141 .setAdSelectionSignals(AD_SELECTION_SIGNALS) in createAndGetAdSelectionConfig()
/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/fledge/
DAbstractPerfTest.java89 public static final AdSelectionSignals AD_SELECTION_SIGNALS = field in AbstractPerfTest
270 .setAdSelectionSignals(AD_SELECTION_SIGNALS) in createAdSelectionConfig()