Home
last modified time | relevance | path

Searched refs:mAdSelectionResponse (Results 1 – 8 of 8) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdSelectionE2ETest.java959 long resultSelectionId = resultsCallback.mAdSelectionResponse.getAdSelectionId(); in testRunAdSelectionSuccess_preV3BiddingLogic()
963 resultsCallback.mAdSelectionResponse.getRenderUri().toString()); in testRunAdSelectionSuccess_preV3BiddingLogic()
1081 long resultSelectionId = resultsCallback.mAdSelectionResponse.getAdSelectionId(); in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingEnabled()
1095 resultsCallback.mAdSelectionResponse.getRenderUri().toString()); in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingEnabled()
1223 long resultSelectionId = resultsCallback.mAdSelectionResponse.getAdSelectionId(); in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagEnabled()
1246 resultsCallback.mAdSelectionResponse.getRenderUri().toString()); in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagEnabled()
1374 long resultSelectionId = resultsCallback.mAdSelectionResponse.getAdSelectionId(); in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagDisabled()
1393 resultsCallback.mAdSelectionResponse.getRenderUri().toString()); in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagDisabled()
1508 long resultSelectionId = resultsCallback.mAdSelectionResponse.getAdSelectionId(); in testRunAdSelectionSuccess_preV3BiddingLogicWinnerWithoutBuyerDataVersionHeader()
1521 resultsCallback.mAdSelectionResponse.getRenderUri().toString()); in testRunAdSelectionSuccess_preV3BiddingLogicWinnerWithoutBuyerDataVersionHeader()
[all …]
DFrequencyCapFilteringE2ETest.java605 adSelectionCallback.mAdSelectionResponse) in testAdSelectionPersistsAdCounterKeys()
606 .that(adSelectionCallback.mAdSelectionResponse.getRenderUri()) in testAdSelectionPersistsAdCounterKeys()
611 adSelectionCallback.mAdSelectionResponse.getAdSelectionId(), in testAdSelectionPersistsAdCounterKeys()
637 callback.mAdSelectionResponse) in testEmptyHistogramDoesNotFilterAds()
638 .that(callback.mAdSelectionResponse.getRenderUri()) in testEmptyHistogramDoesNotFilterAds()
719 adSelectionCallback.mAdSelectionResponse) in testUpdatedHistogramDoesNotFilterAdsForBuyerOutsideInterval()
720 .that(adSelectionCallback.mAdSelectionResponse.getRenderUri()) in testUpdatedHistogramDoesNotFilterAdsForBuyerOutsideInterval()
755 adSelectionCallback.mAdSelectionResponse) in testUpdatedHistogramDoesNotFilterAdsForOtherBuyer()
756 .that(adSelectionCallback.mAdSelectionResponse.getRenderUri()) in testUpdatedHistogramDoesNotFilterAdsForOtherBuyer()
874 adSelectionCallback.mAdSelectionResponse) in testUpdateHistogramBeyondMaxTotalEventCountDoesNotFilterAds()
[all …]
DAdSelectionFromOutcomesE2ETest.java423 assertThat(resultsCallback.mAdSelectionResponse).isNotNull(); in testSelectAdsFromOutcomesPickHighestSuccess()
424 assertEquals(resultsCallback.mAdSelectionResponse.getAdSelectionId(), AD_SELECTION_ID_3); in testSelectAdsFromOutcomesPickHighestSuccess()
519 assertThat(resultsCallback.mAdSelectionResponse).isNotNull(); in testSelectAdsFromOutcomesPickHighestSuccessDifferentTables()
520 assertEquals(AD_SELECTION_ID_3, resultsCallback.mAdSelectionResponse.getAdSelectionId()); in testSelectAdsFromOutcomesPickHighestSuccessDifferentTables()
602 assertThat(resultsCallback.mAdSelectionResponse).isNotNull(); in testSelectAdsFromOutcomesPickHighestSuccessUnifiedTables()
603 assertEquals(AD_SELECTION_ID_3, resultsCallback.mAdSelectionResponse.getAdSelectionId()); in testSelectAdsFromOutcomesPickHighestSuccessUnifiedTables()
654 assertThat(resultsCallback.mAdSelectionResponse).isNotNull(); in testSelectAdsFromOutcomesWaterfallMediationAdBidHigherThanBidFloorSuccess()
655 assertEquals(resultsCallback.mAdSelectionResponse.getAdSelectionId(), AD_SELECTION_ID_1); in testSelectAdsFromOutcomesWaterfallMediationAdBidHigherThanBidFloorSuccess()
713 assertThat(resultsCallback.mAdSelectionResponse).isNotNull(); in testSelectAdsFromOutcomesWaterfallMediationPrebuiltUriSuccess()
714 assertEquals(resultsCallback.mAdSelectionResponse.getAdSelectionId(), AD_SELECTION_ID_1); in testSelectAdsFromOutcomesWaterfallMediationPrebuiltUriSuccess()
[all …]
DOnDeviceAdSelectionRunnerTest.java531 resultsCallback.mAdSelectionResponse.getAdSelectionId()); in testRunAdSelectionSuccess()
534 resultsCallback.mAdSelectionResponse.getRenderUri()); in testRunAdSelectionSuccess()
653 resultsCallback.mAdSelectionResponse.getAdSelectionId()); in testRunAdSelectionSuccessWithShouldUseUnifiedTablesFlag()
656 resultsCallback.mAdSelectionResponse.getRenderUri()); in testRunAdSelectionSuccessWithShouldUseUnifiedTablesFlag()
816 resultsCallback.mAdSelectionResponse.getAdSelectionId()); in testRunAdSelectionSuccessWithBuyerContextualSignals()
819 resultsCallback.mAdSelectionResponse.getRenderUri()); in testRunAdSelectionSuccessWithBuyerContextualSignals()
945 resultsCallback.mAdSelectionResponse.getAdSelectionId()); in testRunAdSelectionSuccessWithSellerDataVersionHeader()
948 resultsCallback.mAdSelectionResponse.getRenderUri()); in testRunAdSelectionSuccessWithSellerDataVersionHeader()
1091 resultsCallback.mAdSelectionResponse.getAdSelectionId()); in testRunAdSelectionSuccessFilteringDisabled()
1094 resultsCallback.mAdSelectionResponse.getRenderUri()); in testRunAdSelectionSuccessFilteringDisabled()
[all …]
DOutcomeSelectionRunnerTest.java274 assertNull(resultsCallback.mAdSelectionResponse); in testRunOutcomeSelectionRevokedUserConsentEmptyResult()
428 AdSelectionResponse mAdSelectionResponse; field in AdSelectionTestCallback
433 mAdSelectionResponse = null; in AdSelectionTestCallback()
440 mAdSelectionResponse = adSelectionResponse; in onSuccess()
DAuctionServerE2ETest.java1799 Assert.assertNotNull(waterfallReturnsAdSelectionIdCallback.mAdSelectionResponse); in testAuctionServerResult_usedInWaterfallMediation_success()
1802 waterfallReturnsAdSelectionIdCallback.mAdSelectionResponse.getAdSelectionId()); in testAuctionServerResult_usedInWaterfallMediation_success()
1820 Assert.assertNull(waterfallReturnsNullCallback.mAdSelectionResponse); in testAuctionServerResult_usedInWaterfallMediation_success()
4407 AdSelectionResponse mAdSelectionResponse; field in AuctionServerE2ETest.AdSelectionFromOutcomesTestCallback
4412 mAdSelectionResponse = null; in AdSelectionFromOutcomesTestCallback()
4419 mAdSelectionResponse = adSelectionResponse; in onSuccess()
DAdSelectionServiceImplTest.java10088 assertEquals(AD_SELECTION_ID_1, selectionCallback.mAdSelectionResponse.getAdSelectionId()); in testOverrideAdSelectionConfigRemoteOverridesSuccess()
11356 AdSelectionResponse mAdSelectionResponse; field in AdSelectionServiceImplTest.AdSelectionFromOutcomesTestCallback
11361 mAdSelectionResponse = null; in AdSelectionFromOutcomesTestCallback()
11368 mAdSelectionResponse = adSelectionResponse; in onSuccess()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java503 long resultSelectionId = resultsCallback.mAdSelectionResponse.getAdSelectionId(); in testFledgeFlowSuccessWithDevOverridesRegisterAdBeaconDisabled()
509 resultsCallback.mAdSelectionResponse.getRenderUri()); in testFledgeFlowSuccessWithDevOverridesRegisterAdBeaconDisabled()
511 reportImpressionAndAssertSuccess(resultsCallback.mAdSelectionResponse.getAdSelectionId()); in testFledgeFlowSuccessWithDevOverridesRegisterAdBeaconDisabled()
568 long resultSelectionId = resultsCallback.mAdSelectionResponse.getAdSelectionId(); in testFledgeFlowSuccessWithDevOverridesWithAdCostCpcBillingEnabled()
574 resultsCallback.mAdSelectionResponse.getRenderUri()); in testFledgeFlowSuccessWithDevOverridesWithAdCostCpcBillingEnabled()
576 reportImpressionAndAssertSuccess(resultsCallback.mAdSelectionResponse.getAdSelectionId()); in testFledgeFlowSuccessWithDevOverridesWithAdCostCpcBillingEnabled()
633 long resultSelectionId = resultsCallback.mAdSelectionResponse.getAdSelectionId(); in testFledgeFlowSuccessWithDevOverridesWithAdCostCpcBillingDisabled()
639 resultsCallback.mAdSelectionResponse.getRenderUri()); in testFledgeFlowSuccessWithDevOverridesWithAdCostCpcBillingDisabled()
641 reportImpressionAndAssertSuccess(resultsCallback.mAdSelectionResponse.getAdSelectionId()); in testFledgeFlowSuccessWithDevOverridesWithAdCostCpcBillingDisabled()
753 long resultSelectionId = resultsCallback.mAdSelectionResponse.getAdSelectionId(); in testFledgeFlowSuccessWithMockServerWithDataVersionHeaderEnabled()
[all …]