/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/adselection/ |
D | ReportInteractionInputTest.java | 58 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 …]
|
D | AdSelectionManagerTest.java | 121 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/ |
D | ReportInteractionInput.java | 38 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 …]
|
D | AdSelectionService.aidl | 35 import android.adservices.adselection.ReportInteractionInput; 178 in ReportInteractionInput inputParams, in ReportInteractionCallback callback); in reportInteraction()
|
D | ReportInteractionInput.aidl | 26 parcelable ReportInteractionInput;
|
D | AdSelectionManager.java | 767 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/ |
D | ReportEventImplTest.java | 56 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 …]
|
D | ReportAndRegisterEventImplTest.java | 55 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 …]
|
D | ReportAndRegisterEventFallbackImplTest.java | 55 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 …]
|
D | ReportAndRegisterEventE2ETest.java | 47 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 …]
|
D | ReportEventDisabledImplTest.java | 26 import android.adservices.adselection.ReportInteractionInput; 65 @Mock private ReportInteractionInput mReportInteractionInputMock;
|
D | AuctionServerE2ETest.java | 74 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()
|
D | AdSelectionServiceImplTest.java | 89 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/ |
D | ReportAndRegisterEventImpl.java | 24 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()
|
D | EventReporter.java | 30 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) {
|
D | ReportEventImpl.java | 24 import android.adservices.adselection.ReportInteractionInput; 80 @NonNull ReportInteractionInput input, @NonNull ReportInteractionCallback callback) { in reportInteraction() 114 void performReporting(@NonNull ReportInteractionInput input) { in performReporting()
|
D | ReportAndRegisterEventFallbackImpl.java | 24 import android.adservices.adselection.ReportInteractionInput; 89 @NonNull ReportInteractionInput input, @NonNull ReportInteractionCallback callback) { in reportInteraction() 127 void performReporting(@NonNull ReportInteractionInput input) { in performReporting()
|
D | ReportEventDisabledImpl.java | 20 import android.adservices.adselection.ReportInteractionInput; 69 @NonNull ReportInteractionInput input, @NonNull ReportInteractionCallback callback) { in reportInteraction()
|
D | AdSelectionServiceImpl.java | 49 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/ |
D | FledgeE2ETest.java | 69 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 …]
|