Home
last modified time | relevance | path

Searched refs:getVerifyNotCalledPaths (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/
DAdSelectionReportingTest.java88 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testReportImpression_buyerRequestFails_sellerRequestSucceeds()
116 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testReportImpression_buyerLogicTimesOut_reportingFails()
145 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testReportImpression_withMismatchedAdTechUri_sellerRequestFails()
190 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testReportImpression_failToRegisterBuyerBeacon_sellerBeaconSucceeds()
214 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testReportImpression_failToRegisterSellerBeacon_buyerBeaconSucceeds()
238 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testReportImpression_withMismatchedSellerAdTech_buyerStillCalled()
262 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testReportImpression_withMismatchedBuyerAdTech_sellerStillCalled()
287 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testReportImpression_withBuyerBeacon_onlyReportsForViewInteraction()
347 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testAdSelection_withDataVersionHeader_skipsBuyerExceeds8Bits()
369 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testAdSelection_withDataVersionHeader_skipsSellerExceeds8Bits()
DScenarioDispatcherTest.java93 .doesNotContain(dispatcher.getVerifyNotCalledPaths()); in testScenarioDispatcher_withVerifyNotCalled_success()
109 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testScenarioDispatcher_withTwoSecondDelay_success()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/rootcts/
DFledgeMaintenanceJobTest.java78 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testAdSelection_afterExpirationWindow_adSelectionDataCleared()
113 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testAdSelection_afterExpirationWindow_adInteractionsIsCleared()
DAdBeaconRegistrationTest.java106 .containsNoneIn(mScenarioDispatcher.getVerifyNotCalledPaths()); in runAdSelectionAndReporting()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/utils/
DScenarioDispatcher.java91 public ImmutableSet<String> getVerifyNotCalledPaths() { in getVerifyNotCalledPaths() method in ScenarioDispatcher