Home
last modified time | relevance | path

Searched refs:AD_COST_2 (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdSelectionScriptEngineTest.java111 private static final AdCost AD_COST_2 = new AdCost(2.2, NUM_BITS_STOCHASTIC_ROUNDING); field in AdSelectionScriptEngineTest
125 "456", Double.toString(BID_2), AD_COST_2.toString(), ImmutableSet.of());
414 .containsExactly(AD_COST_1, AD_COST_2); in testGenerateBidWithAdCostSuccessfulCaseCpcBillingEnabled()
DAdSelectionE2ETest.java352 private static final AdCost AD_COST_2 = new AdCost(2.2, NUM_BITS_STOCHASTIC_ROUNDING); field in AdSelectionE2ETest
1065 AD_COST_2.getAdCost()); in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingEnabled()
1086 BuyerContextualSignals.builder().setAdCost(AD_COST_2).build().toString(); in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingEnabled()
1623 AD_COST_2.getAdCost()); in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingDisabled()
2144 AD_COST_2.getAdCost()); in testRunAdSelectionSuccess_v3BiddingLogicWithAdCostCpcBillingEnabled()
2165 BuyerContextualSignals.builder().setAdCost(AD_COST_2).build().toString(); in testRunAdSelectionSuccess_v3BiddingLogicWithAdCostCpcBillingEnabled()
2700 AD_COST_2.getAdCost()); in testRunAdSelectionSuccess_v3BiddingLogicWithAdCostCpcBillingDisabled()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java306 private static final AdCost AD_COST_2 = new AdCost(2.2, NUM_BITS_STOCHASTIC_ROUNDING); field in FledgeE2ETest
552 AD_COST_2.getAdCost()); in testFledgeFlowSuccessWithDevOverridesWithAdCostCpcBillingEnabled()
617 AD_COST_2.getAdCost()); in testFledgeFlowSuccessWithDevOverridesWithAdCostCpcBillingDisabled()
674 AD_COST_2.getAdCost()); in testFledgeFlowSuccessWithMockServerReportsAdCostCpcBillingEnabled()
900 AD_COST_2.getAdCost()); in testFledgeFlowSuccessWithMockServerReportsAdCostCpcBillingDisabled()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/
DFledgeCtsDebuggableTest.java418 private static final AdCost AD_COST_2 = new AdCost(2.2, NUM_BITS_STOCHASTIC_ROUNDING); field in FledgeCtsDebuggableTest
831 BUYER_2, bidsForBuyer2, AD_COST_2.getAdCost()); in testFledgeAuctionSelectionFlow_overall_SuccessWithCpcBillingEnabled()
914 BUYER_2, bidsForBuyer2, AD_COST_2.getAdCost()); in testFledgeAuctionSelectionFlow_overall_SuccessWithCpcBillingDisabled()