/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/ |
D | DBAdSelectionTest.java | 87 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()
|
D | DBAdSelectionEntryTest.java | 80 assertEquals(SELLER_CONTEXTUAL_SIGNALS, dbAdSelectionEntry.getSellerContextualSignals()); in testBuildDBAdSelectionEntry() 234 assertNull(dbAdSelectionEntry.getSellerContextualSignals()); in testBuildDBAdSelectionEntryWithNullSellerContextualSignals() 259 assertNull(dbAdSelectionEntry.getSellerContextualSignals()); in testBuildDBAdSelectionEntryWithUnsetSellerContextualSignals()
|
D | AdSelectionEntryDaoTest.java | 1968 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/ |
D | ReportingComputationHelperUnifiedTablesEnabled.java | 57 reportingComputationInfoById.getSellerContextualSignals())) in getReportingComputation()
|
D | ReportingComputationHelperUnifiedTablesDisabled.java | 55 adSelectionEntry.getSellerContextualSignals())) in getReportingComputation()
|
D | AdScoringOutcome.java | 77 public abstract SellerContextualSignals getSellerContextualSignals(); in getSellerContextualSignals() method in AdScoringOutcome
|
D | OnDeviceAdSelectionRunner.java | 577 if (Objects.isNull(scoringWinner.getSellerContextualSignals())) { in createAdSelectionResult() 580 sellerContextualSignalsString = scoringWinner.getSellerContextualSignals().toString(); in createAdSelectionResult()
|
D | ImpressionReporterLegacy.java | 628 if (Objects.isNull(ctx.mReportingComputationData.getSellerContextualSignals())) { 632 ctx.mReportingComputationData.getSellerContextualSignals();
|
D | ImpressionReporter.java | 563 ctx.mComputationData.getSellerContextualSignals(),
|
D | AdSelectionRunner.java | 791 dbAdSelection.getSellerContextualSignals())
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/datahandlers/ |
D | ReportingComputationData.java | 47 public abstract AdSelectionSignals getSellerContextualSignals(); in getSellerContextualSignals() method in ReportingComputationData
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/ |
D | DBReportingComputationInfo.java | 71 public abstract String getSellerContextualSignals(); in getSellerContextualSignals() method in DBReportingComputationInfo
|
D | AdSelectionEntryDao.java | 850 .getSellerContextualSignals())) in getReportingDataForId() 874 adSelectionEntry.getSellerContextualSignals())) in getReportingDataForId()
|
D | DBAdSelectionEntry.java | 192 public String getSellerContextualSignals() { in getSellerContextualSignals() method in DBAdSelectionEntry
|
D | DBAdSelection.java | 234 public String getSellerContextualSignals() { in getSellerContextualSignals() method in DBAdSelection
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ |
D | AdsScoreGeneratorImplTest.java | 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()
|
D | AdSelectionE2ETest.java | 1242 .getSellerContextualSignals()); in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagEnabled() 1389 .getSellerContextualSignals()); in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagDisabled() 2321 .getSellerContextualSignals()); in testRunAdSelectionSuccess_v3BiddingLogicWithDataVersionHeaderFlagEnabled() 2468 .getSellerContextualSignals()); in testRunAdSelectionSuccess_v3BiddingLogicWithDataVersionHeaderFlagDisabled()
|