Home
last modified time | relevance | path

Searched refs:resultSelectionId (Results 1 – 2 of 2) 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() local
960 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(resultSelectionId)); in testRunAdSelectionSuccess_preV3BiddingLogic()
1081 long resultSelectionId = resultsCallback.mAdSelectionResponse.getAdSelectionId(); in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingEnabled() local
1082 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(resultSelectionId)); in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingEnabled()
1090 .getAdSelectionEntityById(resultSelectionId) in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingEnabled()
1223 long resultSelectionId = resultsCallback.mAdSelectionResponse.getAdSelectionId(); in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagEnabled() local
1224 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(resultSelectionId)); in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagEnabled()
1232 .getAdSelectionEntityById(resultSelectionId) in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagEnabled()
1241 .getAdSelectionEntityById(resultSelectionId) in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagEnabled()
1374 long resultSelectionId = resultsCallback.mAdSelectionResponse.getAdSelectionId(); in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagDisabled() local
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java503 long resultSelectionId = resultsCallback.mAdSelectionResponse.getAdSelectionId(); in testFledgeFlowSuccessWithDevOverridesRegisterAdBeaconDisabled() local
504 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(resultSelectionId)); in testFledgeFlowSuccessWithDevOverridesRegisterAdBeaconDisabled()
568 long resultSelectionId = resultsCallback.mAdSelectionResponse.getAdSelectionId(); in testFledgeFlowSuccessWithDevOverridesWithAdCostCpcBillingEnabled() local
569 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(resultSelectionId)); in testFledgeFlowSuccessWithDevOverridesWithAdCostCpcBillingEnabled()
633 long resultSelectionId = resultsCallback.mAdSelectionResponse.getAdSelectionId(); in testFledgeFlowSuccessWithDevOverridesWithAdCostCpcBillingDisabled() local
634 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(resultSelectionId)); in testFledgeFlowSuccessWithDevOverridesWithAdCostCpcBillingDisabled()
753 long resultSelectionId = resultsCallback.mAdSelectionResponse.getAdSelectionId(); in testFledgeFlowSuccessWithMockServerWithDataVersionHeaderEnabled() local
754 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(resultSelectionId)); in testFledgeFlowSuccessWithMockServerWithDataVersionHeaderEnabled()
757 reportImpressionAndAssertSuccess(resultSelectionId); in testFledgeFlowSuccessWithMockServerWithDataVersionHeaderEnabled()
838 long resultSelectionId = resultsCallback.mAdSelectionResponse.getAdSelectionId(); in testFledgeFlowSuccessWithMockServerWithDataVersionHeaderDisabled() local
[all …]