Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/
DAdSelectionReportingTest.java65 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testReportImpression_defaultAdSelection_happyPath()
86 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testReportImpression_buyerRequestFails_sellerRequestSucceeds()
114 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testReportImpression_buyerLogicTimesOut_reportingFails()
166 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testReportImpression_registerBuyerAndSellerBeacons_happyPath()
188 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testReportImpression_failToRegisterBuyerBeacon_sellerBeaconSucceeds()
212 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testReportImpression_failToRegisterSellerBeacon_buyerBeaconSucceeds()
236 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testReportImpression_withMismatchedSellerAdTech_buyerStillCalled()
260 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testReportImpression_withMismatchedBuyerAdTech_sellerStillCalled()
285 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testReportImpression_withBuyerBeacon_onlyReportsForViewInteraction()
326 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withDataVersionHeader()
[all …]
DAdSelectionTest.java92 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withBiddingAndScoringLogic_happyPath()
136 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withBiddingLogicV3_happyPath()
167 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withAdCostInUrl_happyPath()
197 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withAdCostInUrl_adCostIsReported()
242 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withFetchCustomAudience_fetchesAndReturnsSuccessfully()
333 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withDebugReporting_happyPath()
360 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withDebugReportingDisabled_doesNotSend()
390 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withDebugReportingAndRejectReason_happyPath()
416 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withHighLatencyBackend_doesNotWinAuction()
448 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withInvalidScoringUrl_doesNotWinAuction()
DAdSelectionMediationTest.java74 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testSelectAds_withAdSelectionFromOutcomes_happyPath()
104 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testSelectAds_withImpressionReporting_eventsAreReceived()
163 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelectionFromOutcome_buyerMustEnrolledToParticipate()
DCustomAudienceShellCommandsScenarioTest.java105 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testRun_refreshCustomAudiences_verifyCustomAudienceChanged()
DSignalsCtsDebuggableTest.java95 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testUpdateSignals_success()
DScenarioDispatcherTest.java79 .containsExactlyElementsIn(dispatcher.getVerifyCalledPaths()); in testScenarioDispatcher_withVerifyCalled_success()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/rootcts/
DCustomAudienceBackgroundFetchTest.java75 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withInvalidFields_backgroundJobUpdatesSuccessfully()
102 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withInvalidAds_backgroundJobUpdateFails()
134 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withHighLatencyBackend_backgroundJobFails()
161 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withOverlyLargeDailyUpdate_backgroundJobFails()
DFledgeMaintenanceJobTest.java76 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_afterExpirationWindow_adSelectionDataCleared()
111 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_afterExpirationWindow_adInteractionsIsCleared()
DAdBeaconRegistrationTest.java104 .containsAtLeastElementsIn(mScenarioDispatcher.getVerifyCalledPaths()); in runAdSelectionAndReporting()
DScheduleCustomAudienceUpdateTest.java168 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testScheduleCustomAudienceUpdate_DownloadedCaWinsAdSelection_success()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/utils/
DScenarioDispatcher.java75 public ImmutableSet<String> getVerifyCalledPaths() { in getVerifyCalledPaths() method in ScenarioDispatcher