Home
last modified time | relevance | path

Searched refs:setPerBuyerSignedContextualAds (Results 1 – 11 of 11) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdSelectionConfigValidatorTest.java366 .setPerBuyerSignedContextualAds(buyerContextualAds) in testContextualAdsDecisionLogicEtldMismatch()
406 .setPerBuyerSignedContextualAds(buyerContextualAds) in testContextualAdsRenderUriEtldMismatch()
463 .setPerBuyerSignedContextualAds(buyerContextualAds) in testContextualAdsExceededFrequencyCapLimits()
DAdsScoreGeneratorImplTest.java832 .setPerBuyerSignedContextualAds(contextualAdsMap) in testRunAdScoringContextual_Success()
958 .setPerBuyerSignedContextualAds(contextualAdsMap) in testRunAdScoringContextual_withDebugReportingEnabled_Success()
1105 .setPerBuyerSignedContextualAds(contextualAdsMap) in testRunAdScoringContextual_UseOverride_Success()
1269 .setPerBuyerSignedContextualAds(contextualAdsMap) in testRunAdScoringContextualScoresMismatch_Failure()
DOnDeviceAdSelectionRunnerTest.java3363 .setPerBuyerSignedContextualAds(signedContextualAdsMap) in testContextualAdsEnabled_success()
3440 .setPerBuyerSignedContextualAds(signedContextualAdsMap) in testContextualAds_successfulSignatureVerification_loggingDisabled()
3514 .setPerBuyerSignedContextualAds(signedContextualAdsMap) in testContextualAds_successfulSignatureVerification_loggingEnabled()
3597 .setPerBuyerSignedContextualAds(contextualAdsMap) in testContextualAds_failedSignatureContextualAdsRemovec_loggingEnabled()
3684 .setPerBuyerSignedContextualAds(createContextualAds()) in testContextualAdsDisabled_contextualAdsRemovedFromAuction()
3747 .setPerBuyerSignedContextualAds(contextualAdsMap) in testContextualAds_appInstallFilteringEnabled_success()
DAdSelectionE2ETest.java3014 .setPerBuyerSignedContextualAds(createContextualAds()) in testRunAdSelectionContextualAds_Success()
3110 .setPerBuyerSignedContextualAds(createContextualAds()) in testRunAdSelectionContextualAds_UseOverrides_Success()
3291 .setPerBuyerSignedContextualAds(createContextualAds()) in testRunAdSelectionContextualAds_Disabled_Success()
3414 .setPerBuyerSignedContextualAds(createContextualAds()) in testRunAdSelectionOnlyContextualAds_NoBuyers_Success()
3470 .setPerBuyerSignedContextualAds(createUnauthenticatedContextualAds()) in testRunAdSelectionOnlyContextualAds_unauthenticatedContextualAdsRemoved_Success()
3521 .setPerBuyerSignedContextualAds(createContextualAds()) in testRunAdSelectionOnlyContextualAds_NoCAs_Success()
3609 .setPerBuyerSignedContextualAds(createContextualAds()) in testRunAdSelectionOnlyContextualAds_NoCAsNoNetworkCall_Success()
3688 .setPerBuyerSignedContextualAds(createContextualAds()) in testRunAdSelectionNoContextualAds_NoCAs_Failure()
/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DAdSelectionConfig.java178 .setPerBuyerSignedContextualAds(this.getPerBuyerSignedContextualAds()) in cloneToBuilder()
397 public AdSelectionConfig.Builder setPerBuyerSignedContextualAds( in setPerBuyerSignedContextualAds() method in AdSelectionConfig.Builder
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/
DAdSelectionConfigFixture.java130 .setPerBuyerSignedContextualAds( in anAdSelectionConfigWithSignedContextualAdsBuilder()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/
DAdSelectionConfigTest.java53 .setPerBuyerSignedContextualAds(contextualAdsMap) in testBuildValidAdSelectionConfigSuccess()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdSelectionRunner.java914 .setPerBuyerSignedContextualAds(filteredContextualAdsMap)
970 .setPerBuyerSignedContextualAds(Collections.EMPTY_MAP)
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/
DFledgeCtsDebuggableTest.java1273 .setPerBuyerSignedContextualAds(createAuthenticatedContextualAds()) in testFledgeSelectionFlow_WithContextualAds_Success()
1391 .setPerBuyerSignedContextualAds(createAuthenticatedContextualAds()) in testFledgeSelectionFlow_WithContextualAdsDisabled_ContextualAdsRemoved()
1508 .setPerBuyerSignedContextualAds(createAuthenticatedContextualAds()) in testFledgeSelectionFlow_WithContextualAdsLogging_Success()
1553 .setPerBuyerSignedContextualAds(createAuthenticatedContextualAds()) in testFledgeSelectionFlow_OnlyContextualAds_Success()
1706 .setPerBuyerSignedContextualAds(createUnauthorizedContextualAds()) in testFledgeSelectionFlow_WithUnauthorizedContextualAds_Success()
/packages/modules/AdServices/adservices/framework/api/
Dcurrent.txt50 …lic android.adservices.adselection.AdSelectionConfig.Builder setPerBuyerSignedContextualAds(@NonNu…
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java3544 .setPerBuyerSignedContextualAds(createContextualAds()) in testFledgeFlowSuccessWithMockServer_ContextualAdsFlow()