Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/
DReportEventTestCallback.java22 import android.adservices.adselection.ReportInteractionCallback;
33 implements ReportInteractionCallback {
DReportEventDisabledImplTest.java27 import android.adservices.adselection.ReportInteractionCallback;
97 static class ReportEventTestCallback extends ReportInteractionCallback.Stub {
DReportEventImplTest.java71 import android.adservices.adselection.ReportInteractionCallback;
1769 ReportInteractionCallback mockCallback = mock(ReportInteractionCallback.class); in testReportInteraction_reportFailureFailed_logCels()
1791 ReportInteractionCallback mockCallback = mock(ReportInteractionCallback.class); in testReportInteraction_reportSuccessFailed_logCel()
1860 static class ReportInteractionTestCallback extends ReportInteractionCallback.Stub {
DReportAndRegisterEventIntegrationTest.java54 import android.adservices.adselection.ReportInteractionCallback;
1151 static class ReportAndRegisterEventTestCallback extends ReportInteractionCallback.Stub {
DAuctionServerIntegrationTest.java112 import android.adservices.adselection.ReportInteractionCallback;
4191 extends ReportInteractionCallback.Stub {
DAdSelectionServiceImplTest.java111 import android.adservices.adselection.ReportInteractionCallback;
11080 private 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;
72 @NonNull ReportInteractionInput input, @NonNull ReportInteractionCallback callback) { in reportInteraction()
DEventReporter.java45 import android.adservices.adselection.ReportInteractionCallback;
169 @NonNull ReportInteractionInput input, @NonNull ReportInteractionCallback callback); in reportInteraction()
288 void notifySuccessToCaller(@NonNull ReportInteractionCallback callback) {
302 @NonNull ReportInteractionCallback callback,
DReportEventImpl.java27 import android.adservices.adselection.ReportInteractionCallback;
91 @NonNull ReportInteractionInput input, @NonNull ReportInteractionCallback callback) { in reportInteraction()
DReportAndRegisterEventFallbackImpl.java27 import android.adservices.adselection.ReportInteractionCallback;
100 @NonNull ReportInteractionInput input, @NonNull ReportInteractionCallback callback) { in reportInteraction()
DReportAndRegisterEventImpl.java28 import android.adservices.adselection.ReportInteractionCallback;
115 @NonNull ReportInteractionInput input, @NonNull ReportInteractionCallback callback) { in reportInteraction()
DAdSelectionServiceImpl.java55 import android.adservices.adselection.ReportInteractionCallback;
1034 @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.java792 new ReportInteractionCallback.Stub() { in reportEvent()
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/common/
DFledgeE2ETest.java69 import android.adservices.adselection.ReportInteractionCallback;
5648 static class ReportInteractionTestCallback extends ReportInteractionCallback.Stub {