Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DReportEventTestCallback.java22 import android.adservices.adselection.ReportInteractionCallback;
33 implements ReportInteractionCallback {
DReportEventDisabledImplTest.java25 import android.adservices.adselection.ReportInteractionCallback;
96 static class ReportEventTestCallback extends ReportInteractionCallback.Stub {
DReportAndRegisterEventE2ETest.java46 import android.adservices.adselection.ReportInteractionCallback;
1195 static class ReportAndRegisterEventTestCallback extends ReportInteractionCallback.Stub {
DReportEventImplTest.java55 import android.adservices.adselection.ReportInteractionCallback;
1577 static class ReportInteractionTestCallback extends ReportInteractionCallback.Stub {
DAuctionServerE2ETest.java73 import android.adservices.adselection.ReportInteractionCallback;
4455 static class ReportInteractionsTestCallback extends ReportInteractionCallback.Stub {
DAdSelectionServiceImplTest.java88 import android.adservices.adselection.ReportInteractionCallback;
11380 static class ReportInteractionTestCallback extends ReportInteractionCallback.Stub {
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DReportEventDisabledImpl.java19 import android.adservices.adselection.ReportInteractionCallback;
69 @NonNull ReportInteractionInput input, @NonNull ReportInteractionCallback callback) { in reportInteraction()
DEventReporter.java29 import android.adservices.adselection.ReportInteractionCallback;
140 @NonNull ReportInteractionInput input, @NonNull ReportInteractionCallback callback); in reportInteraction()
259 void notifySuccessToCaller(@NonNull ReportInteractionCallback callback) {
269 @NonNull ReportInteractionCallback callback,
DReportEventImpl.java23 import android.adservices.adselection.ReportInteractionCallback;
80 @NonNull ReportInteractionInput input, @NonNull ReportInteractionCallback callback) { in reportInteraction()
DReportAndRegisterEventFallbackImpl.java23 import android.adservices.adselection.ReportInteractionCallback;
89 @NonNull ReportInteractionInput input, @NonNull ReportInteractionCallback callback) { in reportInteraction()
DReportAndRegisterEventImpl.java23 import android.adservices.adselection.ReportInteractionCallback;
104 @NonNull ReportInteractionInput input, @NonNull ReportInteractionCallback callback) { in reportInteraction()
DAdSelectionServiceImpl.java48 import android.adservices.adselection.ReportInteractionCallback;
973 @NonNull ReportInteractionCallback callback) { in reportInteraction()
/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DAdSelectionService.aidl34 import android.adservices.adselection.ReportInteractionCallback;
178 in ReportInteractionInput inputParams, in ReportInteractionCallback callback); in reportInteraction()
DReportInteractionCallback.aidl28 oneway interface ReportInteractionCallback { interface
DAdSelectionManager.java782 new ReportInteractionCallback.Stub() { in reportEvent()
/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/adselection/
DAdSelectionManagerTest.java421 ReportInteractionCallback reportInteractionCallback) in reportInteraction()
528 ReportInteractionCallback reportInteractionCallback) in reportInteraction()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java68 import android.adservices.adselection.ReportInteractionCallback;
5530 static class ReportInteractionTestCallback extends ReportInteractionCallback.Stub {