Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DReportImpressionScriptEngineTest.java791 adSelectionConfig.getSellerSignals(), in testReportWinSuccessfulCaseRegisterAdBeaconEnabled()
816 adSelectionConfig.getSellerSignals(), in testReportWinSuccessfulCaseRegisterAdBeaconEnabledDisabled()
837 adSelectionConfig.getSellerSignals(), in testReportWinSuccessfulCaseMoreResultsFieldsThanExpected()
860 adSelectionConfig.getSellerSignals(), in testReportWinSuccessfulCaseWithCallingRegisterAdBeacon()
899 adSelectionConfig.getSellerSignals(), in testReportWinFailsWhenCallingRegisterAdBeaconFlagDisabled()
927 adSelectionConfig.getSellerSignals(), in testReportWinFailsInvalidInteractionKeyType()
955 adSelectionConfig.getSellerSignals(), in testReportWinFailsInvalidInteractionReportingUriType()
984 adSelectionConfig.getSellerSignals(), in testReportWinFailsWhenRegisterAdBeaconCalledMoreThanOnce()
1011 adSelectionConfig.getSellerSignals(), in testFailsWhenRegisterAdBeaconInputNotAnObject__Null()
1038 adSelectionConfig.getSellerSignals(), in testFailsWhenRegisterAdBeaconInputNotAnObject__Int()
[all …]
DAdsScoreGeneratorImplTest.java352 mAdSelectionConfig.getSellerSignals(), in testRunAdScoringSuccess()
376 mAdSelectionConfig.getSellerSignals(), in testRunAdScoringSuccess()
469 mAdSelectionConfig.getSellerSignals(), in testRunAdScoringSuccessWithDataVersionHeaderEnabled()
493 mAdSelectionConfig.getSellerSignals(), in testRunAdScoringSuccessWithDataVersionHeaderEnabled()
589 mAdSelectionConfig.getSellerSignals(), in testRunAdScoringSuccessWithDataVersionHeaderDisabled()
613 mAdSelectionConfig.getSellerSignals(), in testRunAdScoringSuccessWithDataVersionHeaderDisabled()
726 mAdSelectionConfig.getSellerSignals(), in testRunAdScoringSuccess_withDebugReportingEnabled()
753 mAdSelectionConfig.getSellerSignals(), in testRunAdScoringSuccess_withDebugReportingEnabled()
865 mAdSelectionConfig.getSellerSignals(), in testRunAdScoringContextual_Success()
887 mAdSelectionConfig.getSellerSignals(), in testRunAdScoringContextual_Success()
[all …]
DAdSelectionConfigArgumentUtilTest.java91 AD_SELECTION_CONFIG.getSellerSignals().toString()), in testConversionToScriptArgument()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/
DAdSelectionConfigTest.java63 assertEquals(config.getSellerSignals(), AdSelectionConfigFixture.SELLER_SIGNALS); in testBuildValidAdSelectionConfigSuccess()
89 assertEquals(config.getSellerSignals(), fromParcel.getSellerSignals()); in testParcelValidAdDataSuccess()
119 assertEquals(config.getSellerSignals(), AdSelectionConfigFixture.EMPTY_SIGNALS); in testBuildMinimalAdSelectionConfigWithDefaultsSuccess()
161 assertEquals(AdSelectionConfigFixture.SELLER_SIGNALS, cloneConfig.getSellerSignals()); in testBuildValidAdSelectionConfigCloneSuccess()
228 assertEquals(config.getSellerSignals(), AdSelectionSignals.EMPTY); in testEmptyConfigHasProperValuesSuccess()
/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DAdSelectionConfig.java183 .setSellerSignals(this.getSellerSignals()) in cloneToBuilder()
229 public AdSelectionSignals getSellerSignals() { in getSellerSignals() method in AdSelectionConfig
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdSelectionConfigArgumentUtil.java81 jsonArg(SELLER_SIGNALS_FIELD_NAME, adSelectionConfig.getSellerSignals().toString()), in asScriptArgument()
DAdsScoreGeneratorImpl.java278 final AdSelectionSignals sellerSignals = adSelectionConfig.getSellerSignals(); in getAdScores()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/devapi/
DAdSelectionDevOverridesHelper.java77 .putUnencodedChars(adSelectionConfig.getSellerSignals().toString()); in calculateAdSelectionConfigId()
/packages/modules/AdServices/adservices/framework/api/
Dcurrent.txt37 method @NonNull public android.adservices.common.AdSelectionSignals getSellerSignals();