Home
last modified time | relevance | path

Searched refs:adSelectionOutcome (Results 1 – 9 of 9) sorted by relevance

/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/fledge/
DAdSelectionDataE2ETest.java209 AdSelectionOutcome adSelectionOutcome = in runAdSelection_oneBuyerOneCaOneAd_dummyData_remarketingWinner() local
218 adSelectionOutcome.getRenderUri().toString()); in runAdSelection_oneBuyerOneCaOneAd_dummyData_remarketingWinner()
261 AdSelectionOutcome adSelectionOutcome = in runAdSelection_twoBuyersMultipleCa_dummyData_remarketingWinner() local
270 adSelectionOutcome.getRenderUri().toString()); in runAdSelection_twoBuyersMultipleCa_dummyData_remarketingWinner()
314 AdSelectionOutcome adSelectionOutcome = in runAdSelection_fiveBuyersMultipleCa_dummyData_remarketingWinner() local
323 adSelectionOutcome.getRenderUri().toString()); in runAdSelection_fiveBuyersMultipleCa_dummyData_remarketingWinner()
419 AdSelectionOutcome adSelectionOutcome = in runAdSelection_baReturnsIsChaffTrue_noAdReturnedByPpapi() local
426 Assert.assertTrue(adSelectionOutcome.getRenderUri().toString().isEmpty()); in runAdSelection_baReturnsIsChaffTrue_noAdReturnedByPpapi()
477 AdSelectionOutcome adSelectionOutcome = in runAdSelection_oneBuyerOneCaOneAd_dummyData_remarketingWinner_withMediaTypeChanged() local
486 adSelectionOutcome.getRenderUri().toString()); in runAdSelection_oneBuyerOneCaOneAd_dummyData_remarketingWinner_withMediaTypeChanged()
DServerAuctionOneBuyerLargeCaLatency.java157 AdSelectionOutcome adSelectionOutcome = in warmup() local
226 AdSelectionOutcome adSelectionOutcome = in runAdSelection_oneBuyerLargeCa_realData_remarketingWinner() local
248 Assert.assertFalse(adSelectionOutcome.getRenderUri().toString().isEmpty()); in runAdSelection_oneBuyerLargeCa_realData_remarketingWinner()
DPtbM11RampServerAuctionSimulationTest.java203 AdSelectionOutcome adSelectionOutcome = in runAdSelection_ptb_basicSimulation_test() local
211 adSelectionOutcome.getRenderUri().toString().contains(getAdWinnerDomain())); in runAdSelection_ptb_basicSimulation_test()
DPASServerAuctionE2ETest.java200 AdSelectionOutcome adSelectionOutcome = in runAdSelection_twoSignals_success() local
205 String renderUriString = adSelectionOutcome.getRenderUri().toString(); in runAdSelection_twoSignals_success()
DServerAuctionKAnonE2ETest.java250 AdSelectionOutcome adSelectionOutcome = in runServerAuction_verifyKAnonSetJoined() local
256 Assert.assertNotEquals(adSelectionOutcome.getRenderUri(), Uri.EMPTY); in runServerAuction_verifyKAnonSetJoined()
/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DAdSelectionOutcome.java90 AdSelectionOutcome adSelectionOutcome = (AdSelectionOutcome) o; in equals() local
91 return mAdSelectionId == adSelectionOutcome.mAdSelectionId in equals()
92 && Objects.equals(mRenderUri, adSelectionOutcome.mRenderUri); in equals()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/
DAdSelectionOutcomeTest.java44 AdSelectionOutcome adSelectionOutcome = in testBuildAdSelectionOutcome() local
50 assertThat(adSelectionOutcome.getAdSelectionId()).isEqualTo(TEST_AD_SELECTION_ID); in testBuildAdSelectionOutcome()
51 assertThat(adSelectionOutcome.getRenderUri()).isEqualTo(VALID_RENDER_URI); in testBuildAdSelectionOutcome()
/packages/modules/AdServices/adservices/tests/cts/endtoends/customaudience/src/com/android/adservices/tests/cts/customaudience/
DCustomAudienceTest.java322 AdSelectionOutcome adSelectionOutcome = in testCustomAudience_dataPurgedForUninstalledApp() local
326 assertThat(mCustomAudienceHighBidAdRenderUris).contains(adSelectionOutcome.getRenderUri()); in testCustomAudience_dataPurgedForUninstalledApp()
414 AdSelectionOutcome adSelectionOutcome = in testCustomAudience_doesNotPersistAfterAppUninstallAndReinstall() local
419 assertThat(mCustomAudienceHighBidAdRenderUris).contains(adSelectionOutcome.getRenderUri()); in testCustomAudience_doesNotPersistAfterAppUninstallAndReinstall()
478 adSelectionOutcome = in testCustomAudience_doesNotPersistAfterAppUninstallAndReinstall()
483 assertThat(mCustomAudienceHighBidAdRenderUris).contains(adSelectionOutcome.getRenderUri()); in testCustomAudience_doesNotPersistAfterAppUninstallAndReinstall()
487 assertThat(initialAdRenderUris).doesNotContain(adSelectionOutcome.getRenderUri()); in testCustomAudience_doesNotPersistAfterAppUninstallAndReinstall()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/
DAdSelectionReportingTest.java101 AdSelectionOutcome adSelectionOutcome = doSelectAds(config); in testReportImpression_buyerLogicTimesOut_reportingFails() local
107 adSelectionOutcome.getAdSelectionId(), config)); in testReportImpression_buyerLogicTimesOut_reportingFails()