/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/ |
D | ReportEventDisabledImpl.java | 68 public void reportInteraction( in reportInteraction() method in ReportEventDisabledImpl
|
D | ReportEventImpl.java | 79 public void reportInteraction( in reportInteraction() method in ReportEventImpl
|
D | ReportAndRegisterEventFallbackImpl.java | 88 public void reportInteraction( in reportInteraction() method in ReportAndRegisterEventFallbackImpl
|
D | ReportAndRegisterEventImpl.java | 103 public void reportInteraction( in reportInteraction() method in ReportAndRegisterEventImpl
|
D | EventReporter.java | 139 public abstract void reportInteraction( in reportInteraction() method in EventReporter
|
D | AdSelectionServiceImpl.java | 971 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/ |
D | ReportEventDisabledImplTest.java | 88 eventReporter.reportInteraction(mReportInteractionInputMock, callback); in testReportEventDisabledImplFailsWhenCalled()
|
D | ReportAndRegisterEventE2ETest.java | 1184 mAdSelectionService.reportInteraction(inputParams, callback); in callReportEvent()
|
D | ReportAndRegisterEventImplTest.java | 1236 mEventReporter.reportInteraction(inputParams, callback); in callReportEvent()
|
D | ReportEventImplTest.java | 1538 mEventReporter.reportInteraction(inputParams, callback); in callReportInteraction()
|
D | ReportAndRegisterEventFallbackImplTest.java | 1583 mEventReporter.reportInteraction(inputParams, callback); in callReportEvent()
|
D | AdSelectionServiceImplTest.java | 10211 () -> adSelectionService.reportInteraction(inputParams, null)); in testReportEvent_nullCallback_throws() 10271 adSelectionService.reportInteraction(inputParams, callback); in testReportEvent_callbackErrorReported() 11281 adSelectionService.reportInteraction(inputParams, callback); in callReportInteraction()
|
D | AuctionServerE2ETest.java | 4293 service.reportInteraction(input, callback); in invokeReportInteractions()
|
/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/ |
D | AdSelectionService.aidl | 177 void reportInteraction( in reportInteraction() method
|
D | AdSelectionManager.java | 780 service.reportInteraction( in reportEvent()
|
/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/adselection/ |
D | AdSelectionManagerTest.java | 419 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/ |
D | FledgeE2ETest.java | 5074 adSelectionService.reportInteraction(inputParams, callback); in callReportInteraction()
|