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/ |
D | AdSelectionScriptEngineTest.java | 111 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()
|
D | AdSelectionE2ETest.java | 352 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/ |
D | FledgeE2ETest.java | 306 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/ |
D | FledgeCtsDebuggableTest.java | 418 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()
|