Home
last modified time | relevance | path

Searched refs:ReportEventRequest (Results 1 – 25 of 34) sorted by relevance

12

/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/
DReportEventRequestTest.java19 import static android.adservices.adselection.ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER;
20 import static android.adservices.adselection.ReportEventRequest.FLAG_REPORTING_DESTINATION_SELLER;
27 import android.adservices.adselection.ReportEventRequest;
57 ReportEventRequest request = in testBuildReportEventRequestSuccess_viewInputEvent()
58 new ReportEventRequest.Builder( in testBuildReportEventRequestSuccess_viewInputEvent()
71 ReportEventRequest request = in testBuildReportEventRequestSuccess_clickInputEvent()
72 new ReportEventRequest.Builder( in testBuildReportEventRequestSuccess_clickInputEvent()
89 new ReportEventRequest.Builder( in testFailsToBuildWithUnsetAdSelectionId()
101 ReportEventRequest request = in testBuildReportEventRequestSuccess_callAllSetters()
102 new ReportEventRequest.Builder( in testBuildReportEventRequestSuccess_callAllSetters()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBRegisteredAdInteraction.java19 import android.adservices.adselection.ReportEventRequest;
60 @ReportEventRequest.ReportingDestination
76 @ReportEventRequest.ReportingDestination int destination, in create()
107 @ReportEventRequest.ReportingDestination int destination); in setDestination()
DAdSelectionEntryDao.java19 import android.adservices.adselection.ReportEventRequest;
173 @ReportEventRequest.ReportingDestination int destination); in doesRegisteredAdInteractionExist()
347 @ReportEventRequest.ReportingDestination int destination); in getRegisteredAdInteractionUri()
638 long adSelectionId, @ReportEventRequest.ReportingDestination int reportingDestination); in getNumRegisteredAdInteractionsPerAdSelectionAndDestination()
903 @ReportEventRequest.ReportingDestination int reportingDestination, in safelyInsertRegisteredAdInteractionsForDestination()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DReportInteractionApiCalledStats.java19 import android.adservices.adselection.ReportEventRequest;
30 @ReportEventRequest.ReportingDestination
45 @ReportEventRequest.ReportingDestination int value); in setBeaconReportingDestinationType()
DDestinationRegisteredBeaconsReportedStats.java21 import android.adservices.adselection.ReportEventRequest;
34 @ReportEventRequest.ReportingDestination
83 @ReportEventRequest.ReportingDestination int value); in setBeaconReportingDestinationType()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DEventReporter.java19 import static android.adservices.adselection.ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER;
20 import static android.adservices.adselection.ReportEventRequest.FLAG_REPORTING_DESTINATION_SELLER;
21 import static android.adservices.adselection.ReportEventRequest.REPORT_EVENT_MAX_INTERACTION_DATA_S…
28 import android.adservices.adselection.ReportEventRequest;
77 @ReportEventRequest.ReportingDestination
320 @ReportEventRequest.ReportingDestination int bit,
321 @ReportEventRequest.ReportingDestination int bitSet) {
DPersistAdSelectionResultRunner.java31 import android.adservices.adselection.ReportEventRequest;
659 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER);
664 ReportEventRequest.FLAG_REPORTING_DESTINATION_SELLER);
674 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER)
688 ReportEventRequest.FLAG_REPORTING_DESTINATION_SELLER)
705 @ReportEventRequest.ReportingDestination int reportingDestination) {
DImpressionReporterLegacy.java19 import static android.adservices.adselection.ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER;
20 import static android.adservices.adselection.ReportEventRequest.FLAG_REPORTING_DESTINATION_SELLER;
29 import android.adservices.adselection.ReportEventRequest;
847 @ReportEventRequest.ReportingDestination int reportingDestination) {
DImpressionReporter.java19 import static android.adservices.adselection.ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER;
20 import static android.adservices.adselection.ReportEventRequest.FLAG_REPORTING_DESTINATION_SELLER;
29 import android.adservices.adselection.ReportEventRequest;
823 @ReportEventRequest.ReportingDestination int reportingDestination) {
/packages/modules/AdServices/adservices/tests/cts/endtoends/permissions/valid/src/com/android/adservices/tests/permissions/
DPermissionsValidTest.java27 import android.adservices.adselection.ReportEventRequest;
194 ReportEventRequest request = in testValidPermissions_reportEvent()
195 new ReportEventRequest.Builder( in testValidPermissions_reportEvent()
199 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER in testValidPermissions_reportEvent()
200 | ReportEventRequest.FLAG_REPORTING_DESTINATION_SELLER) in testValidPermissions_reportEvent()
/packages/modules/AdServices/adservices/tests/cts/endtoends/permissions/notallowed/src/com/android/adservices/tests/permissions/
DNotInAllowListTest.java27 import android.adservices.adselection.ReportEventRequest;
209 ReportEventRequest request = in testNotInAllowList_reportEvent()
210 new ReportEventRequest.Builder( in testNotInAllowList_reportEvent()
214 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER in testNotInAllowList_reportEvent()
215 | ReportEventRequest.FLAG_REPORTING_DESTINATION_SELLER) in testNotInAllowList_reportEvent()
/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DReportEventRequest.java38 public class ReportEventRequest { class
59 private ReportEventRequest(@NonNull Builder builder) { in ReportEventRequest() method in ReportEventRequest
265 public ReportEventRequest build() { in build()
266 return new ReportEventRequest(this); in build()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DDBRegisteredAdInteractionTest.java22 import android.adservices.adselection.ReportEventRequest;
34 @ReportEventRequest.ReportingDestination
36 ReportEventRequest.FLAG_REPORTING_DESTINATION_SELLER;
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DPersistAdSelectionResultRunnerTest.java62 import android.adservices.adselection.ReportEventRequest;
391 ReportEventRequest.FLAG_REPORTING_DESTINATION_SELLER;
393 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER;
574 ReportEventRequest.FLAG_REPORTING_DESTINATION_SELLER)), in testRunner_persistRemarketingResult_success()
577 ReportEventRequest.FLAG_REPORTING_DESTINATION_SELLER); in testRunner_persistRemarketingResult_success()
585 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER)), in testRunner_persistRemarketingResult_success()
588 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER); in testRunner_persistRemarketingResult_success()
687 ReportEventRequest.FLAG_REPORTING_DESTINATION_SELLER)), in testRunner_persistAppInstallResult_success()
690 ReportEventRequest.FLAG_REPORTING_DESTINATION_SELLER); in testRunner_persistAppInstallResult_success()
698 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER)), in testRunner_persistAppInstallResult_success()
[all …]
DReportAndRegisterEventImplTest.java54 import android.adservices.adselection.ReportEventRequest;
130 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER;
132 ReportEventRequest.FLAG_REPORTING_DESTINATION_SELLER;
134 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER
135 | ReportEventRequest.FLAG_REPORTING_DESTINATION_SELLER;
DReportEventImplTest.java54 import android.adservices.adselection.ReportEventRequest;
134 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER;
136 ReportEventRequest.FLAG_REPORTING_DESTINATION_SELLER;
138 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER |
139 ReportEventRequest.FLAG_REPORTING_DESTINATION_SELLER;
DReportAndRegisterEventFallbackImplTest.java54 import android.adservices.adselection.ReportEventRequest;
135 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER;
137 ReportEventRequest.FLAG_REPORTING_DESTINATION_SELLER;
139 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER
140 | ReportEventRequest.FLAG_REPORTING_DESTINATION_SELLER;
/packages/modules/AdServices/adservices/tests/cts/endtoends/permissions/noperm/src/com/android/adservices/tests/permissions/
DPermissionsNoPermTest.java31 import android.adservices.adselection.ReportEventRequest;
298 ReportEventRequest request = in testPermissionNotRequested_reportEvent()
299 new ReportEventRequest.Builder( in testPermissionNotRequested_reportEvent()
303 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER in testPermissionNotRequested_reportEvent()
304 | ReportEventRequest.FLAG_REPORTING_DESTINATION_SELLER) in testPermissionNotRequested_reportEvent()
/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/fledge/
DFledgeAppNotAllowedMemoryTest.java21 import android.adservices.adselection.ReportEventRequest;
85 new ReportEventRequest.Builder(20L, "KEY", "None", 1) in tryToRunAdSelectionAndReporting()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/utils/
DFledgeScenarioTest.java19 import static android.adservices.adselection.ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER;
20 import static android.adservices.adselection.ReportEventRequest.FLAG_REPORTING_DESTINATION_SELLER;
29 import android.adservices.adselection.ReportEventRequest;
179 new ReportEventRequest.Builder( in doReportEvent()
/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/adselection/
DAdSelectionManagerTest.java21 import static android.adservices.adselection.ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER;
22 import static android.adservices.adselection.ReportEventRequest.FLAG_REPORTING_DESTINATION_SELLER;
76 private ReportEventRequest mReportEventRequest;
87 new ReportEventRequest.Builder( in setup()
DReportInteractionInputTest.java19 import static android.adservices.adselection.ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER;
20 import static android.adservices.adselection.ReportEventRequest.FLAG_REPORTING_DESTINATION_SELLER;
/packages/modules/AdServices/adservices/tests/cts/sandbox/fledge/providers/sdkFledge/src/com/android/tests/providers/sdkfledge/
DSdkFledge.java22 import android.adservices.adselection.ReportEventRequest;
142 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER;
144 ReportEventRequest.FLAG_REPORTING_DESTINATION_SELLER;
/packages/modules/AdServices/adservices/clients/java/android/adservices/clients/adselection/
DAdSelectionClient.java26 import android.adservices.adselection.ReportEventRequest;
148 public ListenableFuture<Void> reportEvent(@NonNull ReportEventRequest request) {
/packages/modules/AdServices/adservices/framework/api/
Dcurrent.txt80 …}) public void reportEvent(@NonNull android.adservices.adselection.ReportEventRequest, @NonNull ja…
205 public class ReportEventRequest {
215 public static final class ReportEventRequest.Builder {
216 ctor public ReportEventRequest.Builder(long, @NonNull String, @NonNull String, int);
217 method @NonNull public android.adservices.adselection.ReportEventRequest build();
218 …method @NonNull public android.adservices.adselection.ReportEventRequest.Builder setAdSelectionId(…
219 …method @NonNull public android.adservices.adselection.ReportEventRequest.Builder setData(@NonNull …
220 …method @NonNull public android.adservices.adselection.ReportEventRequest.Builder setInputEvent(@Nu…
221 …method @NonNull public android.adservices.adselection.ReportEventRequest.Builder setKey(@NonNull S…
222 …method @NonNull public android.adservices.adselection.ReportEventRequest.Builder setReportingDesti…

12