Home
last modified time | relevance | path

Searched defs:buyerContextualSignals (Results 1 – 9 of 9) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DCustomAudienceBiddingInfo.java75 @Nullable BuyerContextualSignals buyerContextualSignals) { in create()
99 @Nullable BuyerContextualSignals buyerContextualSignals) { in create()
DAdScoringOutcome.java107 abstract Builder setBuyerContextualSignals(BuyerContextualSignals buyerContextualSignals); in setBuyerContextualSignals()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBReportingComputationInfo.java113 @Nullable String buyerContextualSignals, in create()
147 public abstract Builder setBuyerContextualSignals(@Nullable String buyerContextualSignals); in setBuyerContextualSignals()
DDBAdSelectionEntry.java77 @NonNull String buyerContextualSignals, in DBAdSelectionEntry()
256 public DBAdSelectionEntry.Builder setBuyerContextualSignals( in setBuyerContextualSignals()
DDBAdSelection.java93 @NonNull String buyerContextualSignals, in DBAdSelection()
272 public DBAdSelection.Builder setBuyerContextualSignals( in setBuyerContextualSignals()
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/
DAdBiddingOutcomeFixture.java63 AdTechIdentifier buyer, Double bid, BuyerContextualSignals buyerContextualSignals) { in anAdBiddingOutcomeBuilderWithBuyerContextualSignals()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdScoringOutcomeFixture.java57 BuyerContextualSignals buyerContextualSignals) { in anAdScoringBuilderWithBuyerContextualSignals()
DAdSelectionServiceImplTest.java1115 BuyerContextualSignals buyerContextualSignals = in testReportImpressionSuccessfullyReportsAdCost() local
1247 BuyerContextualSignals buyerContextualSignals = in testReportImpressionSuccessfullyReportsDataVersionHeader() local
1643 BuyerContextualSignals buyerContextualSignals = in testReportImpressionSuccessWithUnifiedTablesEnabledAuctionServerDisabled() local
1786 BuyerContextualSignals buyerContextualSignals = in testReportImpressionSuccessWithUnifiedTablesEnabledAuctionServerEnabled() local
1930 BuyerContextualSignals buyerContextualSignals = in testReportImpressionFailsWithInvalidAdSelectionIdUnifiedTablesEnabledAuctionServerEnabled() local
2068 BuyerContextualSignals buyerContextualSignals = in testReportImpressionFailsWithInvalidAdSelectionIdUnifiedTablesEnabledAuctionServerDisabled() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/datahandlers/
DReportingComputationData.java77 public abstract Builder setBuyerContextualSignals( in setBuyerContextualSignals()