Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DReportEventDisabledImpl.java68 public void reportInteraction( in reportInteraction() method in ReportEventDisabledImpl
DReportEventImpl.java79 public void reportInteraction( in reportInteraction() method in ReportEventImpl
DReportAndRegisterEventFallbackImpl.java88 public void reportInteraction( in reportInteraction() method in ReportAndRegisterEventFallbackImpl
DReportAndRegisterEventImpl.java103 public void reportInteraction( in reportInteraction() method in ReportAndRegisterEventImpl
DEventReporter.java139 public abstract void reportInteraction( in reportInteraction() method in EventReporter
DAdSelectionServiceImpl.java971 public void reportInteraction( in reportInteraction() method in AdSelectionServiceImpl
1023 eventReporter.reportInteraction(inputParams, callback); in reportInteraction()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DReportEventDisabledImplTest.java88 eventReporter.reportInteraction(mReportInteractionInputMock, callback); in testReportEventDisabledImplFailsWhenCalled()
DReportAndRegisterEventE2ETest.java1184 mAdSelectionService.reportInteraction(inputParams, callback); in callReportEvent()
DReportAndRegisterEventImplTest.java1236 mEventReporter.reportInteraction(inputParams, callback); in callReportEvent()
DReportEventImplTest.java1538 mEventReporter.reportInteraction(inputParams, callback); in callReportInteraction()
DReportAndRegisterEventFallbackImplTest.java1583 mEventReporter.reportInteraction(inputParams, callback); in callReportEvent()
DAdSelectionServiceImplTest.java10211 () -> adSelectionService.reportInteraction(inputParams, null)); in testReportEvent_nullCallback_throws()
10271 adSelectionService.reportInteraction(inputParams, callback); in testReportEvent_callbackErrorReported()
11281 adSelectionService.reportInteraction(inputParams, callback); in callReportInteraction()
DAuctionServerE2ETest.java4293 service.reportInteraction(input, callback); in invokeReportInteractions()
/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DAdSelectionService.aidl177 void reportInteraction( in reportInteraction() method
DAdSelectionManager.java780 service.reportInteraction( in reportEvent()
/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/adselection/
DAdSelectionManagerTest.java419 public void reportInteraction( in reportInteraction() method in AdSelectionManagerTest.MockAdSelectionService
526 public void reportInteraction( in reportInteraction() method in AdSelectionManagerTest.MockServiceToReportEvent
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java5074 adSelectionService.reportInteraction(inputParams, callback); in callReportInteraction()