Home
last modified time | relevance | path

Searched refs:createFromScenarioFileWithRandomPrefix (Results 1 – 11 of 11) sorted by relevance

/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/
DAdSelectionReportingTest.java51 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testReportImpression_defaultAdSelection_happyPath()
72 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testReportImpression_buyerRequestFails_sellerRequestSucceeds()
95 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testReportImpression_buyerLogicTimesOut_reportingFails()
123 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testReportImpression_withMismatchedAdTechUri_sellerRequestFails()
152 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testReportImpression_registerBuyerAndSellerBeacons_happyPath()
174 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testReportImpression_failToRegisterBuyerBeacon_sellerBeaconSucceeds()
198 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testReportImpression_failToRegisterSellerBeacon_buyerBeaconSucceeds()
222 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testReportImpression_withMismatchedSellerAdTech_buyerStillCalled()
246 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testReportImpression_withMismatchedBuyerAdTech_sellerStillCalled()
270 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testReportImpression_withBuyerBeacon_onlyReportsForViewInteraction()
[all …]
DAdSelectionTest.java78 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withBiddingAndScoringLogic_happyPath()
119 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withBiddingLogicV3_happyPath()
147 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withAdCostInUrl_happyPath()
178 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withAdCostInUrl_adCostIsReported()
209 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withFetchCustomAudience_fetchesAndReturnsSuccessfully()
251 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withShortlyExpiringCustomAudience_selectAdsThrowsException()
280 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelectionOutcomes_withNoAdSelectionId_throwsException()
315 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withDebugReporting_happyPath()
344 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withDebugReportingDisabled_doesNotSend()
372 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withDebugReportingAndRejectReason_happyPath()
[all …]
DAdSelectionMediationTest.java54 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testSelectAds_withAdSelectionFromOutcomes_happyPath()
85 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testSelectAds_withImpressionReporting_eventsAreReceived()
127 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelectionFromOutcome_buyerMustEnrolledToParticipate()
DFledgeApiCallFromBackgroundTest.java49 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in setup()
DCustomAudienceShellCommandsScenarioTest.java64 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testRun_refreshCustomAudiences_verifyCustomAudienceChanged()
DScenarioDispatcherTest.java58 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testScenarioDispatcher_withPrefix_httpGetSuccess()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/rootcts/
DCustomAudienceBackgroundFetchTest.java59 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withInvalidFields_backgroundJobUpdatesSuccessfully()
86 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withInvalidAds_backgroundJobUpdateFails()
114 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withHighLatencyBackend_backgroundJobFails()
145 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withOverlyLargeDailyUpdate_backgroundJobFails()
173 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withLongRunningJob_backgroundJobFails()
DFledgeMaintenanceJobTest.java56 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_afterExpirationWindow_adSelectionDataCleared()
90 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_afterExpirationWindow_adInteractionsIsCleared()
DScheduleCustomAudienceUpdateTest.java127 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testScheduleCustomAudienceUpdate_DownloadedCaWinsAdSelection_success()
178 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testScheduleCustomAudienceUpdate_Disabled_failure()
DAdBeaconRegistrationTest.java85 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in runAdSelectionAndReporting()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/utils/
DScenarioDispatcherFactory.java52 public static ScenarioDispatcherFactory createFromScenarioFileWithRandomPrefix( in createFromScenarioFileWithRandomPrefix() method in ScenarioDispatcherFactory