Home
last modified time | relevance | path

Searched refs:ReportInteractionInput (Results 1 – 20 of 20) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/adselection/
DReportInteractionInputTest.java58 ReportInteractionInput input = in testWriteToParcel_nonNullOptionalParameters()
59 new ReportInteractionInput.Builder() in testWriteToParcel_nonNullOptionalParameters()
74 ReportInteractionInput fromParcel = ReportInteractionInput.CREATOR.createFromParcel(p); in testWriteToParcel_nonNullOptionalParameters()
89 ReportInteractionInput input = in testWriteToParcel_nullInputEvent()
90 new ReportInteractionInput.Builder() in testWriteToParcel_nullInputEvent()
105 ReportInteractionInput fromParcel = ReportInteractionInput.CREATOR.createFromParcel(p); in testWriteToParcel_nullInputEvent()
119 ReportInteractionInput input = in testWriteToParcel_nullAdId()
120 new ReportInteractionInput.Builder() in testWriteToParcel_nullAdId()
135 ReportInteractionInput fromParcel = ReportInteractionInput.CREATOR.createFromParcel(p); in testWriteToParcel_nullAdId()
150 ReportInteractionInput input = in testWriteToParcel_nullCallerSdkName()
[all …]
DAdSelectionManagerTest.java121 ReportInteractionInput input = mockServiceToReportEvent.mInput; in testAdSelectionManager_reportEvent_adIdEnabled()
147 ReportInteractionInput input = mockServiceToReportEvent.mInput; in testAdSelectionManager_reportEvent_adIdZeroOut()
173 ReportInteractionInput input = mockServiceToReportEvent.mInput; in testAdSelectionManager_reportEvent_adIdDisabled()
420 ReportInteractionInput reportInteractionInput, in reportInteraction()
521 ReportInteractionInput mInput;
527 ReportInteractionInput reportInteractionInput, in reportInteraction()
/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DReportInteractionInput.java38 public final class ReportInteractionInput implements Parcelable { class
54 public static final Creator<ReportInteractionInput> CREATOR =
55 new Creator<ReportInteractionInput>() {
57 public ReportInteractionInput createFromParcel(@NonNull Parcel in) {
60 return new ReportInteractionInput(in);
64 public ReportInteractionInput[] newArray(int size) {
65 return new ReportInteractionInput[size];
69 private ReportInteractionInput( in ReportInteractionInput() method in ReportInteractionInput
92 private ReportInteractionInput(@NonNull Parcel in) { in ReportInteractionInput() method in ReportInteractionInput
216 public ReportInteractionInput.Builder setAdSelectionId(long adSelectionId) { in setAdSelectionId()
[all …]
DAdSelectionService.aidl35 import android.adservices.adselection.ReportInteractionInput;
178 in ReportInteractionInput inputParams, in ReportInteractionCallback callback); in reportInteraction()
DReportInteractionInput.aidl26 parcelable ReportInteractionInput;
DAdSelectionManager.java767 ReportInteractionInput.Builder inputBuilder = in reportEvent()
768 new ReportInteractionInput.Builder() in reportEvent()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DReportEventImplTest.java56 import android.adservices.adselection.ReportInteractionInput;
296 ReportInteractionInput inputParams = in testImplSuccessfullyReportsRegisteredInteractions()
297 new ReportInteractionInput.Builder() in testImplSuccessfullyReportsRegisteredInteractions()
378 ReportInteractionInput inputParams = in testImplDoesNotCrashAfterSellerReportingThrowsAnException()
379 new ReportInteractionInput.Builder() in testImplDoesNotCrashAfterSellerReportingThrowsAnException()
463 ReportInteractionInput inputParams = in testImplDoesNotCrashAfterBuyerReportingThrowsAnException()
464 new ReportInteractionInput.Builder() in testImplDoesNotCrashAfterBuyerReportingThrowsAnException()
541 ReportInteractionInput inputParams = in testImplOnlyReportsBuyersRegisteredInteractions()
542 new ReportInteractionInput.Builder() in testImplOnlyReportsBuyersRegisteredInteractions()
612 ReportInteractionInput inputParams = in testImplOnlyReportsSellerRegisteredInteractions()
[all …]
DReportAndRegisterEventImplTest.java55 import android.adservices.adselection.ReportInteractionInput;
179 private ReportInteractionInput.Builder mInputBuilder;
244 new ReportInteractionInput.Builder() in setup()
266 ReportInteractionInput input = mInputBuilder.build(); in testImplSuccessfullyReportsRegisteredEvents()
294 ReportInteractionInput input = mInputBuilder.build(); in testImplDoesNotCrashAfterSellerReportingThrowsAnException()
334 ReportInteractionInput input = mInputBuilder.build(); in testImplDoesNotCrashAfterBuyerReportingThrowsAnException()
371 ReportInteractionInput input = in testImplOnlyReportsBuyersRegisteredEvents()
396 ReportInteractionInput input = in testImplOnlyReportsSellerRegisteredEvents()
436 ReportInteractionInput input = mInputBuilder.build(); in testImplReturnsOnlyReportsUriThatPassesEnrollmentCheck()
482 ReportInteractionInput input = mInputBuilder.build(); in testImplReturnsSuccessButDoesNotDoReportingWhenBothFailEnrollmentCheck()
[all …]
DReportAndRegisterEventFallbackImplTest.java55 import android.adservices.adselection.ReportInteractionInput;
185 private ReportInteractionInput.Builder mInputBuilder;
250 new ReportInteractionInput.Builder() in setup()
277 ReportInteractionInput input = mInputBuilder.build(); in testImplSuccessfullyReportsRegisteredEvents()
337 ReportInteractionInput input = mInputBuilder.build(); in testImplDoesNotCrashAfterSellerReportingThrowsAnException()
390 ReportInteractionInput input = mInputBuilder.build(); in testImplDoesNotCrashAfterSellerReportingAndRegisteringThrowsAnException()
458 ReportInteractionInput input = mInputBuilder.build(); in testImplDoesNotCrashAfterBuyerReportingThrowsAnException()
511 ReportInteractionInput input = mInputBuilder.build(); in testImplDoesNotCrashAfterBuyerReportingAndRegisteringThrowsAnException()
568 ReportInteractionInput input = in testImplOnlyReportsBuyersRegisteredEvents()
613 ReportInteractionInput input = in testImplOnlyReportsSellerRegisteredEvents()
[all …]
DReportAndRegisterEventE2ETest.java47 import android.adservices.adselection.ReportInteractionInput;
219 private ReportInteractionInput.Builder mInputBuilder;
453 ReportInteractionInput input = mInputBuilder.build(); in testService_onlyReportingEnabled()
495 ReportInteractionInput input = mInputBuilder.build(); in testService_ReportingAndRegisteringEnabled()
548 ReportInteractionInput input = mInputBuilder.build(); in testService_ReportingAndRegisteringEnabled_measurementKillSwitchEnabled()
601 ReportInteractionInput input = mInputBuilder.build(); in testService_ReportingAndRegisteringEnabled_appIsNotInMeasurementAllowlisted()
652 ReportInteractionInput input = mInputBuilder.build(); in testService_ReportingAndRegisteringEnabled_measurementConsentRevoked()
702 ReportInteractionInput input = mInputBuilder.build(); in testService_ReportingAndRegisteringEnabled_noPermissionForARA()
758 ReportInteractionInput input = mInputBuilder.build(); in testService_ReportingAndRegisteringFallbackEnabled()
819 ReportInteractionInput input = mInputBuilder.build(); in testService_ReportingAndRegisteringFallbackEnabled_measurementKillSwitchEnabled()
[all …]
DReportEventDisabledImplTest.java26 import android.adservices.adselection.ReportInteractionInput;
65 @Mock private ReportInteractionInput mReportInteractionInputMock;
DAuctionServerE2ETest.java74 import android.adservices.adselection.ReportInteractionInput;
2070 ReportInteractionInput reportBuyerInteractionInput = in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesDisabled()
2071 new ReportInteractionInput.Builder() in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesDisabled()
2084 ReportInteractionInput reportSellerInteractionInput = in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesDisabled()
2085 new ReportInteractionInput.Builder() in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesDisabled()
2258 ReportInteractionInput reportBuyerInteractionInput = in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesEnabled()
2259 new ReportInteractionInput.Builder() in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesEnabled()
2272 ReportInteractionInput reportSellerInteractionInput = in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesEnabled()
2273 new ReportInteractionInput.Builder() in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesEnabled()
4288 AdSelectionService service, ReportInteractionInput input) in invokeReportInteractions()
DAdSelectionServiceImplTest.java89 import android.adservices.adselection.ReportInteractionInput;
10189 ReportInteractionInput inputParams = in testReportEvent_nullCallback_throws()
10190 new ReportInteractionInput.Builder() in testReportEvent_nullCallback_throws()
10247 ReportInteractionInput inputParams = in testReportEvent_callbackErrorReported()
10248 new ReportInteractionInput.Builder() in testReportEvent_callbackErrorReported()
10299 ReportInteractionInput input = in testReportEvent_disabled_failsFast()
10300 new ReportInteractionInput.Builder() in testReportEvent_disabled_failsFast()
10339 ReportInteractionInput inputParams = in testReportEvent_onlyReport_success()
10340 new ReportInteractionInput.Builder() in testReportEvent_onlyReport_success()
11253 AdSelectionServiceImpl adSelectionService, ReportInteractionInput inputParams) in callReportInteraction()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DReportAndRegisterEventImpl.java24 import android.adservices.adselection.ReportInteractionInput;
104 @NonNull ReportInteractionInput input, @NonNull ReportInteractionCallback callback) { in reportInteraction()
140 void performReporting(@NonNull ReportInteractionInput input) { in performReporting()
193 boolean canMeasurementRegisterAndReport(ReportInteractionInput input) { in canMeasurementRegisterAndReport()
233 List<Uri> reportingUris, ReportInteractionInput input) { in reportAndRegisterUris()
DEventReporter.java30 import android.adservices.adselection.ReportInteractionInput;
140 @NonNull ReportInteractionInput input, @NonNull ReportInteractionCallback callback); in reportInteraction()
142 void filterAndValidateRequest(ReportInteractionInput input) { in filterAndValidateRequest()
174 FluentFuture<List<Uri>> getReportingUris(ReportInteractionInput input) { in getReportingUris()
247 ListenableFuture<List<Void>> reportUris(List<Uri> reportingUris, ReportInteractionInput input) {
DReportEventImpl.java24 import android.adservices.adselection.ReportInteractionInput;
80 @NonNull ReportInteractionInput input, @NonNull ReportInteractionCallback callback) { in reportInteraction()
114 void performReporting(@NonNull ReportInteractionInput input) { in performReporting()
DReportAndRegisterEventFallbackImpl.java24 import android.adservices.adselection.ReportInteractionInput;
89 @NonNull ReportInteractionInput input, @NonNull ReportInteractionCallback callback) { in reportInteraction()
127 void performReporting(@NonNull ReportInteractionInput input) { in performReporting()
DReportEventDisabledImpl.java20 import android.adservices.adselection.ReportInteractionInput;
69 @NonNull ReportInteractionInput input, @NonNull ReportInteractionCallback callback) { in reportInteraction()
DAdSelectionServiceImpl.java49 import android.adservices.adselection.ReportInteractionInput;
972 @NonNull ReportInteractionInput inputParams, in reportInteraction()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java69 import android.adservices.adselection.ReportInteractionInput;
1453 ReportInteractionInput reportInteractionInput = in testFledgeFlowFailsWithWrongPackageNameReportInteraction()
1454 new ReportInteractionInput.Builder() in testFledgeFlowFailsWithWrongPackageNameReportInteraction()
1776 ReportInteractionInput reportInteractionInput = in testFledgeFlowFailsWithBothCANegativeBidsWithDevOverrides()
1777 new ReportInteractionInput.Builder() in testFledgeFlowFailsWithBothCANegativeBidsWithDevOverrides()
4100 ReportInteractionInput reportInteractionInput = in testFledgeFlowFailsWithOnlyCANegativeBidsWithMockServer()
4101 new ReportInteractionInput.Builder() in testFledgeFlowFailsWithOnlyCANegativeBidsWithMockServer()
4650 ReportInteractionInput reportInteractionInput = in reportInteractionAndAssertSuccess()
4651 new ReportInteractionInput.Builder() in reportInteractionAndAssertSuccess()
4666 ReportInteractionInput reportInteractionInput = in reportOnlyBuyerInteractionAndAssertSuccess()
[all …]