/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/ |
D | ReportEventRequestTest.java | 19 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/ |
D | DBRegisteredAdInteraction.java | 19 import android.adservices.adselection.ReportEventRequest; 60 @ReportEventRequest.ReportingDestination 76 @ReportEventRequest.ReportingDestination int destination, in create() 107 @ReportEventRequest.ReportingDestination int destination); in setDestination()
|
D | AdSelectionEntryDao.java | 19 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/ |
D | ReportInteractionApiCalledStats.java | 19 import android.adservices.adselection.ReportEventRequest; 30 @ReportEventRequest.ReportingDestination 45 @ReportEventRequest.ReportingDestination int value); in setBeaconReportingDestinationType()
|
D | DestinationRegisteredBeaconsReportedStats.java | 21 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/ |
D | EventReporter.java | 19 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) {
|
D | PersistAdSelectionResultRunner.java | 31 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) {
|
D | ImpressionReporterLegacy.java | 19 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) {
|
D | ImpressionReporter.java | 19 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/ |
D | PermissionsValidTest.java | 27 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/ |
D | NotInAllowListTest.java | 27 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/ |
D | ReportEventRequest.java | 38 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/ |
D | DBRegisteredAdInteractionTest.java | 22 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/ |
D | PersistAdSelectionResultRunnerTest.java | 62 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 …]
|
D | ReportAndRegisterEventImplTest.java | 54 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;
|
D | ReportEventImplTest.java | 54 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;
|
D | ReportAndRegisterEventFallbackImplTest.java | 54 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/ |
D | PermissionsNoPermTest.java | 31 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/ |
D | FledgeAppNotAllowedMemoryTest.java | 21 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/ |
D | FledgeScenarioTest.java | 19 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/ |
D | AdSelectionManagerTest.java | 21 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()
|
D | ReportInteractionInputTest.java | 19 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/ |
D | SdkFledge.java | 22 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/ |
D | AdSelectionClient.java | 26 import android.adservices.adselection.ReportEventRequest; 148 public ListenableFuture<Void> reportEvent(@NonNull ReportEventRequest request) {
|
/packages/modules/AdServices/adservices/framework/api/ |
D | current.txt | 80 …}) 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…
|