Home
last modified time | relevance | path

Searched refs:setInteractionData (Results 1 – 10 of 10) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/adselection/
DReportInteractionInputTest.java62 .setInteractionData(mInteractionData) in testWriteToParcel_nonNullOptionalParameters()
93 .setInteractionData(mInteractionData) in testWriteToParcel_nullInputEvent()
123 .setInteractionData(mInteractionData) in testWriteToParcel_nullAdId()
154 .setInteractionData(mInteractionData) in testWriteToParcel_nullCallerSdkName()
186 .setInteractionData(mInteractionData) in testFailsToBuildWithUnsetAdSelectionId()
199 .setInteractionData(mInteractionData) in testFailsToBuildWithNullInteractionKey()
226 .setInteractionData(mInteractionData) in testFailsToBuildWithUnsetCallerPackageName()
239 .setInteractionData(mInteractionData) in testFailsToBuildWithUnsetDestinations()
250 .setInteractionData(mInteractionData) in testReportInteractionInputDescribeContents()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DReportEventImplTest.java301 .setInteractionData(mInteractionData) in testImplSuccessfullyReportsRegisteredInteractions()
383 .setInteractionData(mInteractionData) in testImplDoesNotCrashAfterSellerReportingThrowsAnException()
468 .setInteractionData(mInteractionData) in testImplDoesNotCrashAfterBuyerReportingThrowsAnException()
546 .setInteractionData(mInteractionData) in testImplOnlyReportsBuyersRegisteredInteractions()
617 .setInteractionData(mInteractionData) in testImplOnlyReportsSellerRegisteredInteractions()
709 .setInteractionData(mInteractionData) in testImplReturnsOnlyReportsUriThatPassesEnrollmentCheck()
784 .setInteractionData(mInteractionData) in testImplReturnsSuccessButDoesNotDoReportingWhenBothFailEnrollmentCheck()
844 .setInteractionData(mInteractionData) in testImplFailsWithInvalidPackageName()
912 .setInteractionData(mInteractionData) in testImplFailsWhenForegroundCheckFails()
977 .setInteractionData(mInteractionData) in testImplFailsWhenThrottled()
[all …]
DReportAndRegisterEventImplTest.java248 .setInteractionData(mEventData) in setup()
770 mInputBuilder.setInteractionData(new String(largePayload)).build(); in testImplFailsWhenEventDataExceedsMaxSize()
DReportAndRegisterEventFallbackImplTest.java254 .setInteractionData(mEventData) in setup()
1119 mInputBuilder.setInteractionData(new String(largePayload)).build(); in testImplFailsWhenEventDataExceedsMaxSize()
DAuctionServerE2ETest.java2074 .setInteractionData(buyerInteractionData) in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesDisabled()
2088 .setInteractionData(sellerInteractionData) in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesDisabled()
2262 .setInteractionData(buyerInteractionData) in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesEnabled()
2276 .setInteractionData(sellerInteractionData) in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesEnabled()
DReportAndRegisterEventE2ETest.java1111 .setInteractionData(mEventData) in initializeReportingArtifacts()
DAdSelectionServiceImplTest.java10192 .setInteractionData(INTERACTION_DATA) in testReportEvent_nullCallback_throws()
10250 .setInteractionData(INTERACTION_DATA) in testReportEvent_callbackErrorReported()
10302 .setInteractionData(INTERACTION_DATA) in testReportEvent_disabled_failsFast()
10342 .setInteractionData(INTERACTION_DATA) in testReportEvent_onlyReport_success()
/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DReportInteractionInput.java232 public ReportInteractionInput.Builder setInteractionData(@NonNull String interactionData) { in setInteractionData() method in ReportInteractionInput.Builder
DAdSelectionManager.java771 .setInteractionData(request.getData()) in reportEvent()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java1457 .setInteractionData(INTERACTION_DATA) in testFledgeFlowFailsWithWrongPackageNameReportInteraction()
1780 .setInteractionData(INTERACTION_DATA) in testFledgeFlowFailsWithBothCANegativeBidsWithDevOverrides()
4104 .setInteractionData(INTERACTION_DATA) in testFledgeFlowFailsWithOnlyCANegativeBidsWithMockServer()
4654 .setInteractionData(INTERACTION_DATA) in reportInteractionAndAssertSuccess()
4670 .setInteractionData(INTERACTION_DATA) in reportOnlyBuyerInteractionAndAssertSuccess()