Home
last modified time | relevance | path

Searched refs:AdSelectionOutcome (Results 1 – 25 of 41) sorted by relevance

12

/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/
DAdSelectionOutcomeTest.java21 import android.adservices.adselection.AdSelectionOutcome;
44 AdSelectionOutcome adSelectionOutcome = in testBuildAdSelectionOutcome()
45 new AdSelectionOutcome.Builder() in testBuildAdSelectionOutcome()
56 AdSelectionOutcome notEmptyOutcome = in testBuildAdSelectionOutcomeChecksIfOutcomeIsEmpty()
57 new AdSelectionOutcome.Builder() in testBuildAdSelectionOutcomeChecksIfOutcomeIsEmpty()
61 AdSelectionOutcome emptyOutcome = AdSelectionOutcome.NO_OUTCOME; in testBuildAdSelectionOutcomeChecksIfOutcomeIsEmpty()
69 AdSelectionOutcome obj1 = in testAdSelectionOutcomeWithSameValuesAreEqual()
70 new AdSelectionOutcome.Builder() in testAdSelectionOutcomeWithSameValuesAreEqual()
75 AdSelectionOutcome obj2 = in testAdSelectionOutcomeWithSameValuesAreEqual()
76 new AdSelectionOutcome.Builder() in testAdSelectionOutcomeWithSameValuesAreEqual()
[all …]
/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DAdSelectionOutcome.java41 public class AdSelectionOutcome { class
43 @NonNull public static final AdSelectionOutcome NO_OUTCOME = new AdSelectionOutcome();
55 private AdSelectionOutcome() { in AdSelectionOutcome() method in AdSelectionOutcome
60 private AdSelectionOutcome(long adSelectionId, @NonNull Uri renderUri) { in AdSelectionOutcome() method in AdSelectionOutcome
89 if (o instanceof AdSelectionOutcome) { in equals()
90 AdSelectionOutcome adSelectionOutcome = (AdSelectionOutcome) o; in equals()
113 public AdSelectionOutcome.Builder setAdSelectionId(long adSelectionId) { in setAdSelectionId()
120 public AdSelectionOutcome.Builder setRenderUri(@NonNull Uri renderUri) { in setRenderUri()
134 public AdSelectionOutcome build() { in build()
140 return new AdSelectionOutcome(mAdSelectionId, mRenderUri); in build()
DReportImpressionRequest.java19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID;
20 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID_MESSAGE;
DAdSelectionManager.java327 @NonNull OutcomeReceiver<AdSelectionOutcome, Exception> receiver) { in persistAdSelectionResult() argument
350 new AdSelectionOutcome.Builder() in persistAdSelectionResult()
433 @NonNull OutcomeReceiver<AdSelectionOutcome, Exception> receiver) { in selectAds() argument
454 new AdSelectionOutcome.Builder() in selectAds()
543 @NonNull OutcomeReceiver<AdSelectionOutcome, Exception> receiver) { in selectAds() argument
564 receiver.onResult(AdSelectionOutcome.NO_OUTCOME); in selectAds()
567 new AdSelectionOutcome.Builder() in selectAds()
DGetAdSelectionDataOutcome.java19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID;
20 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID_MESSAGE;
DPersistAdSelectionResultRequest.java19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID;
20 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID_MESSAGE;
DPersistAdSelectionResultResponse.java19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID;
20 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID_MESSAGE;
DReportImpressionInput.java19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID;
20 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID_MESSAGE;
DAdSelectionResponse.java19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID;
20 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID_MESSAGE;
DUpdateAdCounterHistogramRequest.java19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID;
20 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID_MESSAGE;
DGetAdSelectionDataResponse.java19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID;
20 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID_MESSAGE;
DPersistAdSelectionResultInput.java19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID;
20 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID_MESSAGE;
DReportEventRequest.java19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID;
20 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID_MESSAGE;
/packages/modules/AdServices/adservices/clients/java/android/adservices/clients/adselection/
DAdSelectionClient.java22 import android.adservices.adselection.AdSelectionOutcome;
70 public ListenableFuture<AdSelectionOutcome> selectAds( in selectAds()
77 new OutcomeReceiver<AdSelectionOutcome, Exception>() { in selectAds()
79 public void onResult(@NonNull AdSelectionOutcome result) { in selectAds()
97 public ListenableFuture<AdSelectionOutcome> selectAds(
104 new OutcomeReceiver<AdSelectionOutcome, Exception>() {
106 public void onResult(@NonNull AdSelectionOutcome result) {
259 public ListenableFuture<AdSelectionOutcome> persistAdSelectionResult(
266 new OutcomeReceiver<AdSelectionOutcome, Exception>() {
268 public void onResult(@NonNull AdSelectionOutcome result) {
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/
DAdSelectionMediationTest.java25 import android.adservices.adselection.AdSelectionOutcome;
60 AdSelectionOutcome result = in testSelectAds_withAdSelectionFromOutcomes_happyPath()
92 AdSelectionOutcome result = in testSelectAds_withImpressionReporting_eventsAreReceived()
133 AdSelectionOutcome adSelectionOutcome1 = in testAdSelectionFromOutcome_buyerMustEnrolledToParticipate()
155 AdSelectionOutcome result = doSelectAds(fromOutcomesConfig); in testAdSelectionFromOutcome_buyerMustEnrolledToParticipate()
166 private AdSelectionOutcome doSelectAds(AdSelectionFromOutcomesConfig config) in doSelectAds()
DAdSelectionTest.java32 import android.adservices.adselection.AdSelectionOutcome;
85 AdSelectionOutcome result = doSelectAds(adSelectionConfig); in testAdSelection_withBiddingAndScoringLogic_happyPath()
127 AdSelectionOutcome result = doSelectAds(adSelectionConfig); in testAdSelection_withBiddingLogicV3_happyPath()
156 AdSelectionOutcome result = doSelectAds(adSelectionConfig); in testAdSelection_withAdCostInUrl_happyPath()
187 AdSelectionOutcome result = doSelectAds(adSelectionConfig); in testAdSelection_withAdCostInUrl_adCostIsReported()
232 AdSelectionOutcome result = doSelectAds(adSelectionConfig); in testAdSelection_withFetchCustomAudience_fetchesAndReturnsSuccessfully()
324 AdSelectionOutcome result = doSelectAds(adSelectionConfig); in testAdSelection_withDebugReporting_happyPath()
352 AdSelectionOutcome result = doSelectAds(adSelectionConfig); in testAdSelection_withDebugReportingDisabled_doesNotSend()
381 AdSelectionOutcome result = doSelectAds(adSelectionConfig); in testAdSelection_withDebugReportingAndRejectReason_happyPath()
DFledgeCtsDebuggableTest.java60 import android.adservices.adselection.AdSelectionOutcome;
638 AdSelectionOutcome outcome = in testFledgeAuctionSelectionFlow_overall_Success()
722 AdSelectionOutcome outcome = in testFledgeAuctionSelectionFlow_v3BiddingLogic_overall_Success()
881 AdSelectionOutcome outcome = in testFledgeAuctionSelectionFlow_overall_SuccessWithCpcBillingEnabled()
964 AdSelectionOutcome outcome = in testFledgeAuctionSelectionFlow_overall_SuccessWithCpcBillingDisabled()
1061 AdSelectionOutcome outcome = in testFledgeAuctionSelectionFlow_overallWithSubdomains_Success()
1161 AdSelectionOutcome outcome = in testFledgeAuctionSelectionFlow_scoringPrebuilt_Success()
1276 AdSelectionOutcome outcome = in testFledgeSelectionFlow_WithContextualAds_Success()
1394 AdSelectionOutcome outcome = in testFledgeSelectionFlow_WithContextualAdsDisabled_ContextualAdsRemoved()
1511 AdSelectionOutcome outcome = in testFledgeSelectionFlow_WithContextualAdsLogging_Success()
[all …]
/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/fledge/
DBaselinePerfTest.java19 import android.adservices.adselection.AdSelectionOutcome;
74 AdSelectionOutcome outcome = in testAdSelectionAndReporting_normalFlow_success()
124 AdSelectionOutcome outcome = in testAdSelectionAndReporting_normalFlowWithThrottling_success()
210 AdSelectionOutcome outcome = in testAdSelectionAndReporting_executionHeavyJS_success()
292 AdSelectionOutcome outcome = in testAdSelectionAndReporting_memoryHeavyJS_success()
347 AdSelectionOutcome outcome = in testAdSelectionAndReporting_multipleCustomAudienceList_success()
DAdSelectionDataE2ETest.java24 import android.adservices.adselection.AdSelectionOutcome;
209 AdSelectionOutcome adSelectionOutcome = in runAdSelection_oneBuyerOneCaOneAd_dummyData_remarketingWinner()
261 AdSelectionOutcome adSelectionOutcome = in runAdSelection_twoBuyersMultipleCa_dummyData_remarketingWinner()
314 AdSelectionOutcome adSelectionOutcome = in runAdSelection_fiveBuyersMultipleCa_dummyData_remarketingWinner()
419 AdSelectionOutcome adSelectionOutcome = in runAdSelection_baReturnsIsChaffTrue_noAdReturnedByPpapi()
477 AdSelectionOutcome adSelectionOutcome = in runAdSelection_oneBuyerOneCaOneAd_dummyData_remarketingWinner_withMediaTypeChanged()
DServerAuctionOneBuyerLargeCaLatency.java22 import android.adservices.adselection.AdSelectionOutcome;
157 AdSelectionOutcome adSelectionOutcome = in warmup()
226 AdSelectionOutcome adSelectionOutcome = in runAdSelection_oneBuyerLargeCa_realData_remarketingWinner()
DPtbM11RampServerAuctionSimulationTest.java21 import android.adservices.adselection.AdSelectionOutcome;
203 AdSelectionOutcome adSelectionOutcome = in runAdSelection_ptb_basicSimulation_test()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DOutcomeSelectionRunner.java26 import android.adservices.adselection.AdSelectionOutcome;
274 ListenableFuture<AdSelectionOutcome> adSelectionOutcomeFuture = in runOutcomeSelection()
287 public void onSuccess(AdSelectionOutcome result) { in runOutcomeSelection()
328 private ListenableFuture<AdSelectionOutcome> orchestrateOutcomeSelection( in orchestrateOutcomeSelection()
360 private AdSelectionOutcome handleTimeoutError(TimeoutException e) { in handleTimeoutError()
366 String callerAppPackageName, AdSelectionOutcome result, AdSelectionCallback callback) { in notifySuccessToCaller()
515 private ListenableFuture<AdSelectionOutcome> convertAdSelectionIdToAdSelectionOutcome(
531 new AdSelectionOutcome.Builder()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/rootcts/
DFledgeMaintenanceJobTest.java28 import android.adservices.adselection.AdSelectionOutcome;
63 AdSelectionOutcome result = doSelectAds(adSelectionConfig); in testAdSelection_afterExpirationWindow_adSelectionDataCleared()
97 AdSelectionOutcome result = doSelectAds(adSelectionConfig); in testAdSelection_afterExpirationWindow_adInteractionsIsCleared()
DAdBeaconRegistrationTest.java21 import android.adservices.adselection.AdSelectionOutcome;
88 AdSelectionOutcome outcome = in runAdSelectionAndReporting()
/packages/modules/AdServices/adservices/tests/jetpack/src/com/android/adservices/protectedaudience/
DFledgeCtsDebuggableJetpackTest.java31 import androidx.privacysandbox.ads.adservices.adselection.AdSelectionOutcome;
236 AdSelectionOutcome outcome = in testFledgeAuctionSelectionFlow_overall_Success()
335 AdSelectionOutcome outcome = in testReportImpression_etldViolation_failure()
384 AdSelectionOutcome outcome = in testAdSelection_skipAdsMalformedBiddingLogic_success()
473 AdSelectionOutcome outcome = in testAdSelection_skipAdsFailedGettingBiddingLogic_success()
569 AdSelectionOutcome outcome = in testAdSelectionFlow_skipNonActivatedCA_Success()
621 AdSelectionOutcome outcome = in testAdSelectionFlow_skipExpiredCA_Success()
665 AdSelectionOutcome outcome = in testAdSelectionFlow_skipCAsThatTimeoutDuringBidding_Success()
893 public ListenableFuture<AdSelectionOutcome> selectAds(AdSelectionConfig adSelectionConfig) in selectAds()

12