Home
last modified time | relevance | path

Searched refs:getAdCost (Results 1 – 11 of 11) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DBuyerContextualSignals.java36 abstract AdCost getAdCost(); in getAdCost() method in BuyerContextualSignals
63 json.put("adCost", getAdCost()); in toString()
DAdCost.java54 public double getAdCost() { in getAdCost() method in AdCost
DGenerateBidResult.java37 abstract AdCost getAdCost(); in getAdCost() method in GenerateBidResult
DBuyerContextualSignalsDataVersionImpl.java86 if (Objects.isNull(result.getAdCost()) && Objects.isNull(result.getDataVersion())) { in getContextualSignalsForReportWin()
DAdBidGeneratorImpl.java290 AdCost adCost = candidate.first.getAdCost(); in runAdBiddingPerCA()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdSelectionScriptEngineTest.java413 assertThat(results.stream().map(GenerateBidResult::getAdCost).collect(Collectors.toList())) in testGenerateBidWithAdCostSuccessfulCaseCpcBillingEnabled()
462 assertThat(results.stream().map(GenerateBidResult::getAdCost).collect(Collectors.toList())) in testGenerateBidWithAdCostDoesNotAddAdCostCpcBillingDisabled()
516 assertThat(results.stream().map(GenerateBidResult::getAdCost).collect(Collectors.toList())) in testGenerateBidWithOnlyOneAdCostSuccessfulCase()
DAdSelectionE2ETest.java1058 AD_COST_1.getAdCost()); in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingEnabled()
1065 AD_COST_2.getAdCost()); in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingEnabled()
1616 AD_COST_1.getAdCost()); in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingDisabled()
1623 AD_COST_2.getAdCost()); in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingDisabled()
2137 AD_COST_1.getAdCost()); in testRunAdSelectionSuccess_v3BiddingLogicWithAdCostCpcBillingEnabled()
2144 AD_COST_2.getAdCost()); in testRunAdSelectionSuccess_v3BiddingLogicWithAdCostCpcBillingEnabled()
2693 AD_COST_1.getAdCost()); in testRunAdSelectionSuccess_v3BiddingLogicWithAdCostCpcBillingDisabled()
2700 AD_COST_2.getAdCost()); in testRunAdSelectionSuccess_v3BiddingLogicWithAdCostCpcBillingDisabled()
DAdBidGeneratorImplTest.java180 .getAdCost())
197 .getAdCost())
DAdSelectionServiceImplTest.java1189 mBuyerReportingPath + "?adCost=" + buyerContextualSignals.getAdCost().toString(); in testReportImpressionSuccessfullyReportsAdCost()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java545 AD_COST_1.getAdCost()); in testFledgeFlowSuccessWithDevOverridesWithAdCostCpcBillingEnabled()
552 AD_COST_2.getAdCost()); in testFledgeFlowSuccessWithDevOverridesWithAdCostCpcBillingEnabled()
610 AD_COST_1.getAdCost()); in testFledgeFlowSuccessWithDevOverridesWithAdCostCpcBillingDisabled()
617 AD_COST_2.getAdCost()); in testFledgeFlowSuccessWithDevOverridesWithAdCostCpcBillingDisabled()
667 AD_COST_1.getAdCost()); in testFledgeFlowSuccessWithMockServerReportsAdCostCpcBillingEnabled()
674 AD_COST_2.getAdCost()); in testFledgeFlowSuccessWithMockServerReportsAdCostCpcBillingEnabled()
893 AD_COST_1.getAdCost()); in testFledgeFlowSuccessWithMockServerReportsAdCostCpcBillingDisabled()
900 AD_COST_2.getAdCost()); in testFledgeFlowSuccessWithMockServerReportsAdCostCpcBillingDisabled()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/
DFledgeCtsDebuggableTest.java827 BUYER_1, bidsForBuyer1, AD_COST_1.getAdCost()); in testFledgeAuctionSelectionFlow_overall_SuccessWithCpcBillingEnabled()
831 BUYER_2, bidsForBuyer2, AD_COST_2.getAdCost()); in testFledgeAuctionSelectionFlow_overall_SuccessWithCpcBillingEnabled()
910 BUYER_1, bidsForBuyer1, AD_COST_1.getAdCost()); in testFledgeAuctionSelectionFlow_overall_SuccessWithCpcBillingDisabled()
914 BUYER_2, bidsForBuyer2, AD_COST_2.getAdCost()); in testFledgeAuctionSelectionFlow_overall_SuccessWithCpcBillingDisabled()