Home
last modified time | relevance | path

Searched refs:setReportingDestinations (Results 1 – 13 of 13) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/adselection/
DReportInteractionInputTest.java64 .setReportingDestinations(DESTINATIONS) in testWriteToParcel_nonNullOptionalParameters()
95 .setReportingDestinations(DESTINATIONS) in testWriteToParcel_nullInputEvent()
125 .setReportingDestinations(DESTINATIONS) in testWriteToParcel_nullAdId()
156 .setReportingDestinations(DESTINATIONS) in testWriteToParcel_nullCallerSdkName()
188 .setReportingDestinations(DESTINATIONS) in testFailsToBuildWithUnsetAdSelectionId()
201 .setReportingDestinations(DESTINATIONS) in testFailsToBuildWithNullInteractionKey()
214 .setReportingDestinations(DESTINATIONS) in testFailsToBuildWithNullInteractionData()
227 .setReportingDestinations(DESTINATIONS) in testFailsToBuildWithUnsetCallerPackageName()
251 .setReportingDestinations(DESTINATIONS) in testReportInteractionInputDescribeContents()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DReportEventImplTest.java302 .setReportingDestinations(BUYER_DESTINATION | SELLER_DESTINATION) in testImplSuccessfullyReportsRegisteredInteractions()
384 .setReportingDestinations(BUYER_DESTINATION | SELLER_DESTINATION) in testImplDoesNotCrashAfterSellerReportingThrowsAnException()
469 .setReportingDestinations(BUYER_DESTINATION | SELLER_DESTINATION) in testImplDoesNotCrashAfterBuyerReportingThrowsAnException()
547 .setReportingDestinations(BUYER_DESTINATION) in testImplOnlyReportsBuyersRegisteredInteractions()
618 .setReportingDestinations(SELLER_DESTINATION) in testImplOnlyReportsSellerRegisteredInteractions()
710 .setReportingDestinations(BUYER_DESTINATION | SELLER_DESTINATION) in testImplReturnsOnlyReportsUriThatPassesEnrollmentCheck()
785 .setReportingDestinations(BUYER_DESTINATION | SELLER_DESTINATION) in testImplReturnsSuccessButDoesNotDoReportingWhenBothFailEnrollmentCheck()
845 .setReportingDestinations(BUYER_DESTINATION | SELLER_DESTINATION) in testImplFailsWithInvalidPackageName()
913 .setReportingDestinations(BUYER_DESTINATION | SELLER_DESTINATION) in testImplFailsWhenForegroundCheckFails()
978 .setReportingDestinations(BUYER_DESTINATION | SELLER_DESTINATION) in testImplFailsWhenThrottled()
[all …]
DReportAndRegisterEventImplTest.java249 .setReportingDestinations(BUYER_DESTINATION | SELLER_DESTINATION) in setup()
372 mInputBuilder.setReportingDestinations(BUYER_DESTINATION).build(); in testImplOnlyReportsBuyersRegisteredEvents()
397 mInputBuilder.setReportingDestinations(SELLER_DESTINATION).build(); in testImplOnlyReportsSellerRegisteredEvents()
DReportAndRegisterEventFallbackImplTest.java255 .setReportingDestinations(BUYER_DESTINATION | SELLER_DESTINATION) in setup()
569 mInputBuilder.setReportingDestinations(BUYER_DESTINATION).build(); in testImplOnlyReportsBuyersRegisteredEvents()
614 mInputBuilder.setReportingDestinations(SELLER_DESTINATION).build(); in testImplOnlyReportsSellerRegisteredEvents()
DAuctionServerE2ETest.java2076 .setReportingDestinations( in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesDisabled()
2090 .setReportingDestinations( in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesDisabled()
2264 .setReportingDestinations( in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesEnabled()
2278 .setReportingDestinations( in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesEnabled()
DReportAndRegisterEventE2ETest.java1112 .setReportingDestinations(BUYER_DESTINATION | SELLER_DESTINATION) in initializeReportingArtifacts()
DAdSelectionServiceImplTest.java10195 .setReportingDestinations(FLAG_REPORTING_DESTINATION_BUYER) in testReportEvent_nullCallback_throws()
10253 .setReportingDestinations(FLAG_REPORTING_DESTINATION_BUYER) in testReportEvent_callbackErrorReported()
10305 .setReportingDestinations(FLAG_REPORTING_DESTINATION_BUYER) in testReportEvent_disabled_failsFast()
10345 .setReportingDestinations(FLAG_REPORTING_DESTINATION_BUYER) in testReportEvent_onlyReport_success()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/
DReportEventRequestTest.java107 .setReportingDestinations(FLAG_REPORTING_DESTINATION_SELLER) in testBuildReportEventRequestSuccess_callAllSetters()
/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DReportEventRequest.java254 public Builder setReportingDestinations(@ReportingDestination int reportingDestinations) { in setReportingDestinations() method in ReportEventRequest.Builder
DReportInteractionInput.java251 public ReportInteractionInput.Builder setReportingDestinations(int reportingDestinations) { in setReportingDestinations() method in ReportInteractionInput.Builder
DAdSelectionManager.java772 .setReportingDestinations(request.getReportingDestinations()) in reportEvent()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java1459 .setReportingDestinations(BUYER_DESTINATION | SELLER_DESTINATION) in testFledgeFlowFailsWithWrongPackageNameReportInteraction()
1782 .setReportingDestinations(BUYER_DESTINATION | SELLER_DESTINATION) in testFledgeFlowFailsWithBothCANegativeBidsWithDevOverrides()
4106 .setReportingDestinations(BUYER_DESTINATION | SELLER_DESTINATION) in testFledgeFlowFailsWithOnlyCANegativeBidsWithMockServer()
4656 .setReportingDestinations(BUYER_DESTINATION | SELLER_DESTINATION) in reportInteractionAndAssertSuccess()
4672 .setReportingDestinations(BUYER_DESTINATION) in reportOnlyBuyerInteractionAndAssertSuccess()
/packages/modules/AdServices/adservices/framework/api/
Dcurrent.txt222 …ull public android.adservices.adselection.ReportEventRequest.Builder setReportingDestinations(int);