Home
last modified time | relevance | path

Searched refs:getBuyerContextualSignals (Results 1 – 19 of 19) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DCustomAudienceBiddingInfoTest.java81 assertNull(customAudienceBiddingInfo.getBuyerContextualSignals()); in testCustomAudienceBiddingInfo()
93 assertNull(customAudienceBiddingInfo.getBuyerContextualSignals()); in testCustomAudienceBiddingInfoFromCA()
111 assertNull(customAudienceBiddingInfo.getBuyerContextualSignals()); in testCustomAudienceBiddingInfoBuilder()
132 customAudienceBiddingInfo.getBuyerContextualSignals()); in testCustomAudienceBiddingInfoBuilderWithContextualSignals()
DAdSelectionE2ETest.java1091 .getBuyerContextualSignals()); in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingEnabled()
1233 .getBuyerContextualSignals()); in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagEnabled()
1382 .getBuyerContextualSignals()); in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagDisabled()
1517 .getBuyerContextualSignals()); in testRunAdSelectionSuccess_preV3BiddingLogicWinnerWithoutBuyerDataVersionHeader()
1648 .getBuyerContextualSignals()); in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingDisabled()
2170 .getBuyerContextualSignals()); in testRunAdSelectionSuccess_v3BiddingLogicWithAdCostCpcBillingEnabled()
2312 .getBuyerContextualSignals()); in testRunAdSelectionSuccess_v3BiddingLogicWithDataVersionHeaderFlagEnabled()
2461 .getBuyerContextualSignals()); in testRunAdSelectionSuccess_v3BiddingLogicWithDataVersionHeaderFlagDisabled()
2596 .getBuyerContextualSignals()); in testRunAdSelectionSuccess_v3BiddingLogicWinnerWithoutBuyerDataVersionHeader()
2725 .getBuyerContextualSignals()); in testRunAdSelectionSuccess_v3BiddingLogicWithAdCostCpcBillingDisabled()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DDBAdSelectionTest.java79 assertEquals(BUYER_CONTEXTUAL_SIGNALS, dbAdSelection.getBuyerContextualSignals()); in testBuildDBAdSelection()
205 assertEquals(BUYER_CONTEXTUAL_SIGNALS, dbAdSelection.getBuyerContextualSignals()); in testBuildDBAdSelectionWithNullAdCounterKeys()
232 assertEquals(BUYER_CONTEXTUAL_SIGNALS, dbAdSelection.getBuyerContextualSignals()); in testBuildDBAdSelectionWithNullSellerContextualSignals()
261 assertEquals(BUYER_CONTEXTUAL_SIGNALS, dbAdSelection.getBuyerContextualSignals()); in testBuildDBAdSelectionWithEmptyAdCounterKeys()
288 assertEquals(BUYER_CONTEXTUAL_SIGNALS, dbAdSelection.getBuyerContextualSignals()); in testBuildDBAdSelectionWithUnsetAdCounterKeys()
315 assertEquals(BUYER_CONTEXTUAL_SIGNALS, dbAdSelection.getBuyerContextualSignals()); in testBuildDBAdSelectionWithUnsetSellerContextualSignals()
DDBAdSelectionEntryTest.java75 assertEquals(BUYER_CONTEXTUAL_SIGNALS, dbAdSelectionEntry.getBuyerContextualSignals()); in testBuildDBAdSelectionEntry()
229 assertEquals(BUYER_CONTEXTUAL_SIGNALS, dbAdSelectionEntry.getBuyerContextualSignals()); in testBuildDBAdSelectionEntryWithNullSellerContextualSignals()
254 assertEquals(BUYER_CONTEXTUAL_SIGNALS, dbAdSelectionEntry.getBuyerContextualSignals()); in testBuildDBAdSelectionEntryWithUnsetSellerContextualSignals()
DAdSelectionEntryDaoTest.java1965 DB_AD_SELECTION_1_WITH_SELLER_CONTEXTUAL_SIGNALS.getBuyerContextualSignals(), in test_getReportingDataForId_idSupportsComputationData_successShouldUseUnifiedTablesDisabled()
1966 actualComputationData.getBuyerContextualSignals().toString()); in test_getReportingDataForId_idSupportsComputationData_successShouldUseUnifiedTablesDisabled()
1999 DB_REPORTING_COMPUTATION_INFO_1.getBuyerContextualSignals(), in test_getReportingDataForId_idSupportsComputationData_successShouldUseUnifiedTablesEnabled()
2000 actualComputationData.getBuyerContextualSignals().toString()); in test_getReportingDataForId_idSupportsComputationData_successShouldUseUnifiedTablesEnabled()
2473 .setBuyerContextualSignals(adSelection.getBuyerContextualSignals()) in toAdSelectionEntry()
2491 .setBuyerContextualSignals(adSelection.getBuyerContextualSignals()) in toAdSelectionEntry()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DReportingComputationHelperUnifiedTablesEnabled.java60 reportingComputationInfoById.getBuyerContextualSignals())) in getReportingComputation()
DReportingComputationHelperUnifiedTablesDisabled.java58 adSelectionEntry.getBuyerContextualSignals())) in getReportingComputation()
DAdScoringOutcome.java71 public abstract BuyerContextualSignals getBuyerContextualSignals(); in getBuyerContextualSignals() method in AdScoringOutcome
DCustomAudienceBiddingInfo.java53 public abstract BuyerContextualSignals getBuyerContextualSignals(); in getBuyerContextualSignals() method in CustomAudienceBiddingInfo
DOnDeviceAdSelectionRunner.java571 if (Objects.isNull(scoringWinner.getBuyerContextualSignals())) { in createAdSelectionResult()
574 buyerContextualSignalsString = scoringWinner.getBuyerContextualSignals().toString(); in createAdSelectionResult()
DAdsScoreGeneratorImpl.java511 customAudienceBiddingInfo.getBuyerContextualSignals())
DImpressionReporterLegacy.java677 ctx.mReportingComputationData.getBuyerContextualSignals(),
DImpressionReporter.java598 ctx.mComputationData.getBuyerContextualSignals(),
DAdSelectionRunner.java793 dbAdSelection.getBuyerContextualSignals())
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/datahandlers/
DReportingComputationData.java43 public abstract AdSelectionSignals getBuyerContextualSignals(); in getBuyerContextualSignals() method in ReportingComputationData
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBReportingComputationInfo.java77 public abstract String getBuyerContextualSignals(); in getBuyerContextualSignals() method in DBReportingComputationInfo
DAdSelectionEntryDao.java854 .getBuyerContextualSignals())) in getReportingDataForId()
877 adSelectionEntry.getBuyerContextualSignals())) in getReportingDataForId()
DDBAdSelectionEntry.java149 public String getBuyerContextualSignals() { in getBuyerContextualSignals() method in DBAdSelectionEntry
DDBAdSelection.java173 public String getBuyerContextualSignals() { in getBuyerContextualSignals() method in DBAdSelection