Home
last modified time | relevance | path

Searched refs:AdBiddingOutcome (Results 1 – 16 of 16) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/
DAdBiddingOutcomeFixture.java24 import com.android.adservices.service.adselection.AdBiddingOutcome;
33 public static AdBiddingOutcome.Builder anAdBiddingOutcomeBuilder( in anAdBiddingOutcomeBuilder()
46 return AdBiddingOutcome.builder() in anAdBiddingOutcomeBuilder()
62 public static AdBiddingOutcome.Builder anAdBiddingOutcomeBuilderWithBuyerContextualSignals( in anAdBiddingOutcomeBuilderWithBuyerContextualSignals()
75 return AdBiddingOutcome.builder() in anAdBiddingOutcomeBuilderWithBuyerContextualSignals()
92 public static List<AdBiddingOutcome> getListOfAdBiddingOutcomes( in getListOfAdBiddingOutcomes()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdBidGeneratorImplTest.java483 FluentFuture<AdBiddingOutcome> result = in testRunAdBiddingPerCASuccess_preV3BiddingLogic()
490 AdBiddingOutcome expectedAdBiddingOutcome = in testRunAdBiddingPerCASuccess_preV3BiddingLogic()
491 AdBiddingOutcome.builder() in testRunAdBiddingPerCASuccess_preV3BiddingLogic()
594 FluentFuture<AdBiddingOutcome> result = in testRunAdBiddingPerCASuccess_preV3BiddingLogicWithDataVersionHeaderEnabled()
608 AdBiddingOutcome expectedAdBiddingOutcome = in testRunAdBiddingPerCASuccess_preV3BiddingLogicWithDataVersionHeaderEnabled()
609 AdBiddingOutcome.builder() in testRunAdBiddingPerCASuccess_preV3BiddingLogicWithDataVersionHeaderEnabled()
712 FluentFuture<AdBiddingOutcome> result = in testRunAdBiddingPerCASuccess_preV3BiddingLogicWithDataVersionHeaderDisabled()
723 AdBiddingOutcome expectedAdBiddingOutcome = in testRunAdBiddingPerCASuccess_preV3BiddingLogicWithDataVersionHeaderDisabled()
724 AdBiddingOutcome.builder() in testRunAdBiddingPerCASuccess_preV3BiddingLogicWithDataVersionHeaderDisabled()
828 FluentFuture<AdBiddingOutcome> result = in testRunAdBiddingPerCASuccess_preV3BiddingLogicWithDataVersionHeaderTakesFirstOfMultipleValues()
[all …]
DAdBiddingOutcomeTest.java75 AdBiddingOutcome adBiddingOutcome = in testAdSelectionBiddingOutcomeBuilder()
76 AdBiddingOutcome.builder() in testAdSelectionBiddingOutcomeBuilder()
86 assertThrows(IllegalStateException.class, () -> AdBiddingOutcome.builder().build()); in testAdBiddingOutcomeFailureMissingBiddingInfo()
DAdScoringOutcomeFixture.java31 AdBiddingOutcome adBiddingOutcome = in anAdScoringBuilder()
59 AdBiddingOutcome adBiddingOutcome = in anAdScoringBuilderWithBuyerContextualSignals()
88 AdBiddingOutcome adBiddingOutcome = in anAdScoringBuilderWithSellerContextualSignals()
DPerBuyerBiddingRunnerTest.java76 @Mock AdBiddingOutcome mAdBiddingOutcome;
181 List<ListenableFuture<AdBiddingOutcome>> biddingOutcomes = in runAndValidatePerBuyerBidding()
190 for (ListenableFuture<AdBiddingOutcome> bidOutcome : biddingOutcomes) { in runAndValidatePerBuyerBidding()
208 private ListenableFuture<AdBiddingOutcome> createDelayedBiddingOutcome(long delayTime) { in createDelayedBiddingOutcome()
DAdsScoreGeneratorImplTest.java158 private AdBiddingOutcome mAdBiddingOutcomeBuyer1;
159 private AdBiddingOutcome mAdBiddingOutcomeBuyer2;
160 private List<AdBiddingOutcome> mAdBiddingOutcomeList;
1472 .map(AdBiddingOutcome::getAdWithBid) in testRunAdScoringUseDevOverrideForJS()
1691 List<AdBiddingOutcome> adBiddingOutcomeList, int resultCode) { in verifyFailedAdScoringLoggingTimeout()
1703 .map(AdBiddingOutcome::getAdWithBid) in verifyFailedAdScoringLoggingTimeout()
1727 List<AdBiddingOutcome> adBiddingOutcomeList, in verifyFailedAdScoringLoggingJSONExceptionWithScoreAds()
1744 .map(AdBiddingOutcome::getAdWithBid) in verifyFailedAdScoringLoggingJSONExceptionWithScoreAds()
1789 List<AdBiddingOutcome> adBiddingOutcomeList, in verifyFailedAdScoringLoggingMissingTrustedScoringSignals()
1804 .map(AdBiddingOutcome::getAdWithBid) in verifyFailedAdScoringLoggingMissingTrustedScoringSignals()
[all …]
DOnDeviceAdSelectionRunnerTest.java307 private AdBiddingOutcome mAdBiddingOutcomeForBuyer1;
308 private AdBiddingOutcome mAdBiddingOutcomeForBuyer2;
309 private List<AdBiddingOutcome> mAdBiddingOutcomeList;
1852 List<AdBiddingOutcome> partialBiddingOutcome = Arrays.asList(mAdBiddingOutcomeForBuyer1); in testRunAdSelectionPartialBidding()
2690 Callable<AdBiddingOutcome> delayedBiddingOutcomeForBuyer1 = in testRunAdSelectionPerBuyerTimeout()
2715 List<AdBiddingOutcome> adBiddingOutcomeList = ImmutableList.of(mAdBiddingOutcomeForBuyer2); in testRunAdSelectionPerBuyerTimeout()
4595 private void verifyLogForSuccessfulBiddingProcess(List<AdBiddingOutcome> adBiddingOutcomeList) { in verifyLogForSuccessfulBiddingProcess()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DOnDeviceAdSelectionRunner.java264 AsyncFunction<List<DBCustomAudience>, List<AdBiddingOutcome>> bidAds = in orchestrateAdSelection()
267 ListenableFuture<List<AdBiddingOutcome>> biddingOutcome = in orchestrateAdSelection()
270 AsyncFunction<List<AdBiddingOutcome>, Pair<List<AdScoringOutcome>, List<DebugReport>>> in orchestrateAdSelection()
410 private ListenableFuture<List<AdBiddingOutcome>> runAdBidding( in runAdBidding()
451 private List<AdBiddingOutcome> endSuccessfulBidding(@NonNull List<AdBiddingOutcome> result) { in endSuccessfulBidding()
463 private List<AdBiddingOutcome> endFailedBiddingWithRuntimeException(RuntimeException e) { in endFailedBiddingWithRuntimeException()
471 @NonNull final List<AdBiddingOutcome> adBiddingOutcomes, in runAdScoring()
475 List<AdBiddingOutcome> validBiddingOutcomes = in runAdScoring()
488 .map(AdBiddingOutcome::getDebugReport) in runAdScoring()
DPerBuyerBiddingRunner.java83 public List<ListenableFuture<AdBiddingOutcome>> runBidding( in runBidding()
99 List<ListenableFuture<AdBiddingOutcome>> buyerBiddingOutcomes = in runBidding()
122 private List<ListenableFuture<AdBiddingOutcome>> runBidPerCAWorkPartition( in runBidPerCAWorkPartition()
144 private ListenableFuture<AdBiddingOutcome> runBiddingPerCA( in runBiddingPerCA()
DAdBiddingOutcome.java29 public abstract class AdBiddingOutcome { class
68 public abstract AdBiddingOutcome build(); in build()
DAdBidGeneratorImpl.java206 public FluentFuture<AdBiddingOutcome> runAdBiddingPerCA( in runAdBiddingPerCA()
277 FluentFuture<AdBiddingOutcome> adBiddingOutcome = in runAdBiddingPerCA()
309 AdBiddingOutcome result = in runAdBiddingPerCA()
310 AdBiddingOutcome.builder() in runAdBiddingPerCA()
368 private AdBiddingOutcome handleTimeoutError(TimeoutException e) { in handleTimeoutError()
376 private AdBiddingOutcome handleBiddingError(JSONException e) { in handleBiddingError()
DAdsScoreGeneratorImpl.java156 @NonNull List<AdBiddingOutcome> adBiddingOutcomes, in runAdScoring()
274 @NonNull List<AdBiddingOutcome> adBiddingOutcomes, in getAdScores()
284 .map(AdBiddingOutcome::getAdWithBid) in getAdScores()
367 @NonNull final List<AdBiddingOutcome> adBiddingOutcomes) {
474 List<AdBiddingOutcome> adBiddingOutcomes,
DAdsScoreGenerator.java39 @NonNull List<AdBiddingOutcome> adBiddingOutcomes, in runAdScoring()
DAdBidGenerator.java44 FluentFuture<AdBiddingOutcome> runAdBiddingPerCA( in runAdBiddingPerCA()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DAdSelectionExecutionLogger.java37 import com.android.adservices.service.adselection.AdBiddingOutcome;
352 public void endBiddingProcess(@Nullable List<AdBiddingOutcome> result, int resultCode) in endBiddingProcess()
398 public void startRunAdScoring(List<AdBiddingOutcome> adBiddingOutcomes) in startRunAdScoring()
408 .map(AdBiddingOutcome::getAdWithBid) in startRunAdScoring()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdSelectionExecutionLoggerTest.java81 import com.android.adservices.service.adselection.AdBiddingOutcome;
188 public static final List<AdBiddingOutcome> AD_BIDDING_OUTCOMES =
205 .map(AdBiddingOutcome::getCustomAudienceBiddingInfo)
213 .map(AdBiddingOutcome::getAdWithBid)