Searched refs:callReportInteraction (Results 1 – 3 of 3) sorted by relevance
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ |
D | ReportEventImplTest.java | 306 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 …]
|
D | AdSelectionServiceImplTest.java | 10177 () -> callReportInteraction(generateAdSelectionServiceImpl(), null)); in testReportEvent_nullInput_throws() 10307 ReportInteractionTestCallback callback = callReportInteraction(adSelectionService, input); in testReportEvent_disabled_failsFast() 10352 callReportInteraction(generateAdSelectionServiceImpl(), inputParams, true); in testReportEvent_onlyReport_success() 11252 private ReportInteractionTestCallback callReportInteraction( in callReportInteraction() method in AdSelectionServiceImplTest 11255 return callReportInteraction(adSelectionService, inputParams, false); in callReportInteraction() 11261 private ReportInteractionTestCallback callReportInteraction( in callReportInteraction() method in AdSelectionServiceImplTest
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/ |
D | FledgeE2ETest.java | 1463 callReportInteraction(mAdSelectionService, reportInteractionInput); in testFledgeFlowFailsWithWrongPackageNameReportInteraction() 1786 callReportInteraction(mAdSelectionService, reportInteractionInput); in testFledgeFlowFailsWithBothCANegativeBidsWithDevOverrides() 4110 callReportInteraction(mAdSelectionService, reportInteractionInput); in testFledgeFlowFailsWithOnlyCANegativeBidsWithMockServer() 4660 callReportInteraction(mAdSelectionService, reportInteractionInput); in reportInteractionAndAssertSuccess() 4676 callReportInteraction(mAdSelectionService, reportInteractionInput); in reportOnlyBuyerInteractionAndAssertSuccess() 5067 private ReportInteractionTestCallback callReportInteraction( in callReportInteraction() method
|