Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DBuyerContextualSignalsDataVersionFetcherImplTest.java85 .toAdSelectionSignals(); in testGetContextualSignalsGenerateBidWithDataVersionHeaderReturnsHeader()
91 .toAdSelectionSignals()); in testGetContextualSignalsGenerateBidWithDataVersionHeaderReturnsHeader()
101 .toAdSelectionSignals()); in testGetContextualSignalsGenerateBidWithoutDataVersionHeaderReturnsEmpty()
DBuyerContextualSignalsDataVersionFetcherNoOpImplTest.java86 .toAdSelectionSignals()); in testGetContextualSignalsGenerateBidWithDataVersionHeaderReturnsEmpty()
96 .toAdSelectionSignals()); in testGetContextualSignalsGenerateBidWithoutDataVersionHeaderReturnsEmpty()
DAdsScoreGeneratorImplTest.java448 .toAdSelectionSignals(); in testRunAdScoringSuccessWithDataVersionHeaderEnabled()
518 scoringOutcome.get(0).getSellerContextualSignals().toAdSelectionSignals()); in testRunAdScoringSuccessWithDataVersionHeaderEnabled()
521 scoringOutcome.get(1).getSellerContextualSignals().toAdSelectionSignals()); in testRunAdScoringSuccessWithDataVersionHeaderEnabled()
638 scoringOutcome.get(0).getSellerContextualSignals().toAdSelectionSignals()); in testRunAdScoringSuccessWithDataVersionHeaderDisabled()
641 scoringOutcome.get(1).getSellerContextualSignals().toAdSelectionSignals()); in testRunAdScoringSuccessWithDataVersionHeaderDisabled()
DAdBidGeneratorImplTest.java561 eq(BUYER_CONTEXTUAL_SIGNALS_WITH_DATA_VERSION.toAdSelectionSignals()), in testRunAdBiddingPerCASuccess_preV3BiddingLogicWithDataVersionHeaderEnabled()
623 eq(BUYER_CONTEXTUAL_SIGNALS_WITH_DATA_VERSION.toAdSelectionSignals()), in testRunAdBiddingPerCASuccess_preV3BiddingLogicWithDataVersionHeaderEnabled()
795 eq(BUYER_CONTEXTUAL_SIGNALS_WITH_DATA_VERSION.toAdSelectionSignals()), in testRunAdBiddingPerCASuccess_preV3BiddingLogicWithDataVersionHeaderTakesFirstOfMultipleValues()
857 eq(BUYER_CONTEXTUAL_SIGNALS_WITH_DATA_VERSION.toAdSelectionSignals()), in testRunAdBiddingPerCASuccess_preV3BiddingLogicWithDataVersionHeaderTakesFirstOfMultipleValues()
1117 eq(BUYER_CONTEXTUAL_SIGNALS_WITH_DATA_VERSION.toAdSelectionSignals()), in testRunAdBiddingPerCASuccess_preV3BiddingLogicWithAdCostAndDataVersionHeader()
1179 eq(BUYER_CONTEXTUAL_SIGNALS_WITH_DATA_VERSION.toAdSelectionSignals()), in testRunAdBiddingPerCASuccess_preV3BiddingLogicWithAdCostAndDataVersionHeader()
DReportImpressionScriptEngineTest.java757 SellerContextualSignals.builder().setDataVersion(3).build().toAdSelectionSignals(); in testReportResult_verifyTelemetryLogging()
1239 .toAdSelectionSignals(); in testReportWin_verifyTelemetryLogging()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DSellerContextualSignals.java62 public AdSelectionSignals toAdSelectionSignals() { in toAdSelectionSignals() method in SellerContextualSignals
DBuyerContextualSignals.java75 public AdSelectionSignals toAdSelectionSignals() { in toAdSelectionSignals() method in BuyerContextualSignals
DAdBidGeneratorImpl.java269 contextualSignals.toAdSelectionSignals(), in runAdBiddingPerCA()
DAdsScoreGeneratorImpl.java311 contextualSignals.toAdSelectionSignals(), in getAdScores()