Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/
DAdSelectionReportingTest.java160 doReportEvent(adSelectionId, "click"); in testReportImpression_registerBuyerAndSellerBeacons_happyPath()
182 doReportEvent(adSelectionId, "click"); in testReportImpression_failToRegisterBuyerBeacon_sellerBeaconSucceeds()
206 doReportEvent(adSelectionId, "click"); in testReportImpression_failToRegisterSellerBeacon_buyerBeaconSucceeds()
230 doReportEvent(adSelectionId, "click"); in testReportImpression_withMismatchedSellerAdTech_buyerStillCalled()
254 doReportEvent(adSelectionId, "click"); in testReportImpression_withMismatchedBuyerAdTech_sellerStillCalled()
278 doReportEvent(adSelectionId, "click"); in testReportImpression_withBuyerBeacon_onlyReportsForViewInteraction()
279 doReportEvent(adSelectionId, "view"); in testReportImpression_withBuyerBeacon_onlyReportsForViewInteraction()
DAdSelectionTest.java190 doReportEvent(adSelectionId, "click"); in testAdSelection_withAdCostInUrl_adCostIsReported()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/rootcts/
DAdBeaconRegistrationTest.java94 doReportEvent(outcome.getAdSelectionId(), "view"); in runAdSelectionAndReporting()
DFledgeMaintenanceJobTest.java104 () -> doReportEvent(result.getAdSelectionId(), "click")); in testAdSelection_afterExpirationWindow_adInteractionsIsCleared()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/utils/
DFledgeScenarioTest.java175 protected void doReportEvent(long adSelectionId, String eventName) in doReportEvent() method in FledgeScenarioTest