/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/ |
D | ReportEventRequest.java | 40 public static final int FLAG_REPORTING_DESTINATION_BUYER = 1 << 1; field in ReportEventRequest 152 value = {FLAG_REPORTING_DESTINATION_SELLER, FLAG_REPORTING_DESTINATION_BUYER}) 159 <= (FLAG_REPORTING_DESTINATION_SELLER | FLAG_REPORTING_DESTINATION_BUYER); in isValidDestination()
|
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/ |
D | ReportEventRequestTest.java | 19 import static android.adservices.adselection.ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER; 44 FLAG_REPORTING_DESTINATION_SELLER | FLAG_REPORTING_DESTINATION_BUYER;
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ |
D | PersistAdSelectionResultRunnerTest.java | 393 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER; 585 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER)), in testRunner_persistRemarketingResult_success() 588 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER); in testRunner_persistRemarketingResult_success() 698 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER)), in testRunner_persistAppInstallResult_success() 701 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER); in testRunner_persistAppInstallResult_success() 810 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER)), in testRunner_persistRemarketingResult_withInvalidSellerReportingUriSuccess() 813 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER); in testRunner_persistRemarketingResult_withInvalidSellerReportingUriSuccess() 916 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER)), in testRunner_persistAppInstallResult_withInvalidSellerReportingUriSuccess() 919 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER); in testRunner_persistAppInstallResult_withInvalidSellerReportingUriSuccess() 1025 eq(ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER)); in testRunner_persistRemarketingResult_withInvalidBuyerReportingUriSuccess() [all …]
|
D | AdSelectionServiceImplTest.java | 21 import static android.adservices.adselection.ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER; 3165 AD_SELECTION_ID, CLICK_EVENT_BUYER, FLAG_REPORTING_DESTINATION_BUYER)); in testReportImpressionSuccessfullyRegistersEventUris() 3169 AD_SELECTION_ID, CLICK_EVENT_BUYER, FLAG_REPORTING_DESTINATION_BUYER)); in testReportImpressionSuccessfullyRegistersEventUris() 3173 AD_SELECTION_ID, HOVER_EVENT_BUYER, FLAG_REPORTING_DESTINATION_BUYER)); in testReportImpressionSuccessfullyRegistersEventUris() 3177 AD_SELECTION_ID, HOVER_EVENT_BUYER, FLAG_REPORTING_DESTINATION_BUYER)); in testReportImpressionSuccessfullyRegistersEventUris() 3335 AD_SELECTION_ID, CLICK_EVENT_BUYER, FLAG_REPORTING_DESTINATION_BUYER)); in testReportImpressionFailsWithRegisterAdBeaconDisabled() 3339 AD_SELECTION_ID, HOVER_EVENT_BUYER, FLAG_REPORTING_DESTINATION_BUYER)); in testReportImpressionFailsWithRegisterAdBeaconDisabled() 3492 AD_SELECTION_ID, CLICK_EVENT_BUYER, FLAG_REPORTING_DESTINATION_BUYER)); in testReportImpressionSucceedsButDesNotRegisterUrisThatFailDomainValidation() 3496 AD_SELECTION_ID, CLICK_EVENT_BUYER, FLAG_REPORTING_DESTINATION_BUYER)); in testReportImpressionSucceedsButDesNotRegisterUrisThatFailDomainValidation() 3501 AD_SELECTION_ID, HOVER_EVENT_BUYER, FLAG_REPORTING_DESTINATION_BUYER)); in testReportImpressionSucceedsButDesNotRegisterUrisThatFailDomainValidation() [all …]
|
D | ReportAndRegisterEventImplTest.java | 130 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER; 134 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER
|
D | ReportEventImplTest.java | 134 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER; 138 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER |
|
D | ReportAndRegisterEventFallbackImplTest.java | 135 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER; 139 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER
|
D | ReportAndRegisterEventE2ETest.java | 192 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER;
|
D | AuctionServerE2ETest.java | 2077 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER) in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesDisabled() 2265 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER) in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesEnabled()
|
/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/adselection/ |
D | ReportInteractionInputTest.java | 19 import static android.adservices.adselection.ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER; 45 FLAG_REPORTING_DESTINATION_SELLER | FLAG_REPORTING_DESTINATION_BUYER;
|
D | AdSelectionManagerTest.java | 21 import static android.adservices.adselection.ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER; 74 FLAG_REPORTING_DESTINATION_SELLER | FLAG_REPORTING_DESTINATION_BUYER;
|
/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; 79 new int[] {FLAG_REPORTING_DESTINATION_SELLER, FLAG_REPORTING_DESTINATION_BUYER};
|
D | ImpressionReporterLegacy.java | 19 import static android.adservices.adselection.ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER; 816 FLAG_REPORTING_DESTINATION_BUYER);
|
D | ImpressionReporter.java | 19 import static android.adservices.adselection.ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER; 793 FLAG_REPORTING_DESTINATION_BUYER);
|
D | PersistAdSelectionResultRunner.java | 659 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER); 674 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER)
|
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/utils/ |
D | FledgeScenarioTest.java | 19 import static android.adservices.adselection.ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER; 184 | FLAG_REPORTING_DESTINATION_BUYER) in doReportEvent()
|
/packages/modules/AdServices/adservices/tests/cts/endtoends/permissions/valid/src/com/android/adservices/tests/permissions/ |
D | PermissionsValidTest.java | 199 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER in testValidPermissions_reportEvent()
|
/packages/modules/AdServices/adservices/tests/cts/endtoends/permissions/notallowed/src/com/android/adservices/tests/permissions/ |
D | NotInAllowListTest.java | 214 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER in testNotInAllowList_reportEvent()
|
/packages/modules/AdServices/adservices/tests/cts/sandbox/fledge/providers/sdkFledge/src/com/android/tests/providers/sdkfledge/ |
D | SdkFledge.java | 142 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER;
|
/packages/modules/AdServices/adservices/tests/cts/endtoends/permissions/noperm/src/com/android/adservices/tests/permissions/ |
D | PermissionsNoPermTest.java | 303 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER in testPermissionNotRequested_reportEvent()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/ |
D | AdSelectionEntryDaoTest.java | 271 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER;
|
/packages/modules/AdServices/adservices/framework/api/ |
D | current.txt | 211 field public static final int FLAG_REPORTING_DESTINATION_BUYER = 2; // 0x2
|
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/ |
D | FledgeCtsDebuggableTest.java | 440 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER;
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/ |
D | FledgeE2ETest.java | 293 ReportEventRequest.FLAG_REPORTING_DESTINATION_BUYER;
|