Home
last modified time | relevance | path

Searched refs:getSellerContextualSignals (Results 1 – 17 of 17) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DDBAdSelectionTest.java87 assertEquals(SELLER_CONTEXTUAL_SIGNALS, dbAdSelection.getSellerContextualSignals()); in testBuildDBAdSelection()
240 assertNull(dbAdSelection.getSellerContextualSignals()); in testBuildDBAdSelectionWithNullSellerContextualSignals()
268 assertEquals(SELLER_CONTEXTUAL_SIGNALS, dbAdSelection.getSellerContextualSignals()); in testBuildDBAdSelectionWithEmptyAdCounterKeys()
295 assertEquals(SELLER_CONTEXTUAL_SIGNALS, dbAdSelection.getSellerContextualSignals()); in testBuildDBAdSelectionWithUnsetAdCounterKeys()
323 assertNull(dbAdSelection.getSellerContextualSignals()); in testBuildDBAdSelectionWithUnsetSellerContextualSignals()
DDBAdSelectionEntryTest.java80 assertEquals(SELLER_CONTEXTUAL_SIGNALS, dbAdSelectionEntry.getSellerContextualSignals()); in testBuildDBAdSelectionEntry()
234 assertNull(dbAdSelectionEntry.getSellerContextualSignals()); in testBuildDBAdSelectionEntryWithNullSellerContextualSignals()
259 assertNull(dbAdSelectionEntry.getSellerContextualSignals()); in testBuildDBAdSelectionEntryWithUnsetSellerContextualSignals()
DAdSelectionEntryDaoTest.java1968 DB_AD_SELECTION_1_WITH_SELLER_CONTEXTUAL_SIGNALS.getSellerContextualSignals(), in test_getReportingDataForId_idSupportsComputationData_successShouldUseUnifiedTablesDisabled()
1969 actualComputationData.getSellerContextualSignals().toString()); in test_getReportingDataForId_idSupportsComputationData_successShouldUseUnifiedTablesDisabled()
2002 DB_REPORTING_COMPUTATION_INFO_1.getSellerContextualSignals(), in test_getReportingDataForId_idSupportsComputationData_successShouldUseUnifiedTablesEnabled()
2003 actualComputationData.getSellerContextualSignals().toString()); in test_getReportingDataForId_idSupportsComputationData_successShouldUseUnifiedTablesEnabled()
2478 .setSellerContextualSignals(adSelection.getSellerContextualSignals()) in toAdSelectionEntry()
2495 .setSellerContextualSignals(adSelection.getSellerContextualSignals()) in toAdSelectionEntry()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DReportingComputationHelperUnifiedTablesEnabled.java57 reportingComputationInfoById.getSellerContextualSignals())) in getReportingComputation()
DReportingComputationHelperUnifiedTablesDisabled.java55 adSelectionEntry.getSellerContextualSignals())) in getReportingComputation()
DAdScoringOutcome.java77 public abstract SellerContextualSignals getSellerContextualSignals(); in getSellerContextualSignals() method in AdScoringOutcome
DOnDeviceAdSelectionRunner.java577 if (Objects.isNull(scoringWinner.getSellerContextualSignals())) { in createAdSelectionResult()
580 sellerContextualSignalsString = scoringWinner.getSellerContextualSignals().toString(); in createAdSelectionResult()
DImpressionReporterLegacy.java628 if (Objects.isNull(ctx.mReportingComputationData.getSellerContextualSignals())) {
632 ctx.mReportingComputationData.getSellerContextualSignals();
DImpressionReporter.java563 ctx.mComputationData.getSellerContextualSignals(),
DAdSelectionRunner.java791 dbAdSelection.getSellerContextualSignals())
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/datahandlers/
DReportingComputationData.java47 public abstract AdSelectionSignals getSellerContextualSignals(); in getSellerContextualSignals() method in ReportingComputationData
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBReportingComputationInfo.java71 public abstract String getSellerContextualSignals(); in getSellerContextualSignals() method in DBReportingComputationInfo
DAdSelectionEntryDao.java850 .getSellerContextualSignals())) in getReportingDataForId()
874 adSelectionEntry.getSellerContextualSignals())) in getReportingDataForId()
DDBAdSelectionEntry.java192 public String getSellerContextualSignals() { in getSellerContextualSignals() method in DBAdSelectionEntry
DDBAdSelection.java234 public String getSellerContextualSignals() { in getSellerContextualSignals() method in DBAdSelection
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdsScoreGeneratorImplTest.java518 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()
DAdSelectionE2ETest.java1242 .getSellerContextualSignals()); in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagEnabled()
1389 .getSellerContextualSignals()); in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagDisabled()
2321 .getSellerContextualSignals()); in testRunAdSelectionSuccess_v3BiddingLogicWithDataVersionHeaderFlagEnabled()
2468 .getSellerContextualSignals()); in testRunAdSelectionSuccess_v3BiddingLogicWithDataVersionHeaderFlagDisabled()