Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerE2ETest.java2079 ReportInteractionsTestCallback reportBuyerInteractionsCallback = in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesDisabled()
2093 ReportInteractionsTestCallback reportSellerInteractionsCallback = in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesDisabled()
2267 ReportInteractionsTestCallback reportBuyerInteractionsCallback = in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesEnabled()
2281 ReportInteractionsTestCallback reportSellerInteractionsCallback = in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesEnabled()
4287 public ReportInteractionsTestCallback invokeReportInteractions( in invokeReportInteractions()
4291 ReportInteractionsTestCallback callback = in invokeReportInteractions()
4292 new ReportInteractionsTestCallback(countDownLatch); in invokeReportInteractions()
4455 static class ReportInteractionsTestCallback extends ReportInteractionCallback.Stub { class in AuctionServerE2ETest
4460 ReportInteractionsTestCallback(CountDownLatch countDownLatch) { in ReportInteractionsTestCallback() method in AuctionServerE2ETest.ReportInteractionsTestCallback