Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DReportEventImplTest.java306 ReportInteractionTestCallback callback = callReportInteraction(inputParams, true); in testImplSuccessfullyReportsRegisteredInteractions()
395 ReportInteractionTestCallback callback = callReportInteraction(inputParams, true); in testImplDoesNotCrashAfterSellerReportingThrowsAnException()
480 ReportInteractionTestCallback callback = callReportInteraction(inputParams, true); in testImplDoesNotCrashAfterBuyerReportingThrowsAnException()
551 ReportInteractionTestCallback callback = callReportInteraction(inputParams, true); in testImplOnlyReportsBuyersRegisteredInteractions()
622 ReportInteractionTestCallback callback = callReportInteraction(inputParams, true); in testImplOnlyReportsSellerRegisteredInteractions()
714 ReportInteractionTestCallback callback = callReportInteraction(inputParams, true); in testImplReturnsOnlyReportsUriThatPassesEnrollmentCheck()
789 ReportInteractionTestCallback callback = callReportInteraction(inputParams, true); in testImplReturnsSuccessButDoesNotDoReportingWhenBothFailEnrollmentCheck()
848 ReportInteractionTestCallback callback = callReportInteraction(inputParams); in testImplFailsWithInvalidPackageName()
916 ReportInteractionTestCallback callback = callReportInteraction(inputParams); in testImplFailsWhenForegroundCheckFails()
983 ReportInteractionTestCallback callbackFirstCall = callReportInteraction(inputParams, true); in testImplFailsWhenThrottled()
[all …]
DAdSelectionServiceImplTest.java10307 ReportInteractionTestCallback callback = callReportInteraction(adSelectionService, input); in testReportEvent_disabled_failsFast()
10351 ReportInteractionTestCallback callback = in testReportEvent_onlyReport_success()
11252 private ReportInteractionTestCallback callReportInteraction( in callReportInteraction()
11261 private ReportInteractionTestCallback callReportInteraction( in callReportInteraction()
11280 ReportInteractionTestCallback callback = new ReportInteractionTestCallback(resultLatch); in callReportInteraction()
11380 static class ReportInteractionTestCallback extends ReportInteractionCallback.Stub { class in AdSelectionServiceImplTest
11385 ReportInteractionTestCallback(CountDownLatch countDownLatch) { in ReportInteractionTestCallback() method in AdSelectionServiceImplTest.ReportInteractionTestCallback
11402 public static class ReportInteractionTestErrorCallback extends ReportInteractionTestCallback {
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java1462 ReportInteractionTestCallback reportInteractionTestCallback = in testFledgeFlowFailsWithWrongPackageNameReportInteraction()
1785 ReportInteractionTestCallback reportInteractionTestCallback = in testFledgeFlowFailsWithBothCANegativeBidsWithDevOverrides()
4109 ReportInteractionTestCallback reportInteractionTestCallback = in testFledgeFlowFailsWithOnlyCANegativeBidsWithMockServer()
4659 ReportInteractionTestCallback reportInteractionTestCallback = in reportInteractionAndAssertSuccess()
4675 ReportInteractionTestCallback reportInteractionTestCallback = in reportOnlyBuyerInteractionAndAssertSuccess()
5067 private ReportInteractionTestCallback callReportInteraction( in callReportInteraction()
5072 ReportInteractionTestCallback callback = new ReportInteractionTestCallback(resultLatch); in callReportInteraction()
5530 static class ReportInteractionTestCallback extends ReportInteractionCallback.Stub { class
5535 ReportInteractionTestCallback(CountDownLatch countDownLatch) { in ReportInteractionTestCallback() method in ReportInteractionTestCallback