Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DAuctionServerAdSelectionDaoTest.java79 Uri sellerReportingUri = Uri.parse("seller.reporting.uri"); in testInsertAndRead_validInput_success() local
88 sellerReportingUri, in testInsertAndRead_validInput_success()
113 Uri sellerReportingUri = Uri.parse("seller.reporting.uri"); in testUpdate_validInput_success() local
122 sellerReportingUri, in testUpdate_validInput_success()
140 Uri sellerReportingUri = Uri.parse("seller.reporting.uri"); in testInsert_duplicateAdSelectionId_aborts() local
149 sellerReportingUri, in testInsert_duplicateAdSelectionId_aborts()
166 Uri sellerReportingUri = Uri.parse("seller.reporting.uri"); in testDelete_retrievingDeletedId_fails() local
175 sellerReportingUri, in testDelete_retrievingDeletedId_fails()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBReportingUris.java78 long adSelectionId, @NonNull Uri sellerReportingUri, @NonNull Uri buyerReportingUri) { in create() argument
79 Objects.requireNonNull(sellerReportingUri); in create()
84 .setSellerReportingUri(sellerReportingUri) in create()
97 @NonNull Uri sellerReportingUri); in setSellerReportingUri()
DDBReportingData.java82 long adSelectionId, @Nullable Uri sellerReportingUri, @Nullable Uri buyerReportingUri) { in create() argument
83 Objects.requireNonNull(sellerReportingUri); in create()
88 .setSellerReportingUri(sellerReportingUri) in create()
101 @Nullable Uri sellerReportingUri); in setSellerReportingUri()
DDBAuctionServerAdSelection.java111 @Nullable Uri sellerReportingUri, in create() argument
121 .setSellerReportingUri(sellerReportingUri) in create()
150 @Nullable Uri sellerReportingUri); in setSellerReportingUri()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdSelectionServiceImplTest.java458 Uri sellerReportingUri = mMockWebServerRule.uriForPath(mSellerReportingPath); in testReportImpressionSuccessWithRegisterAdBeaconDisabled() local
468 + sellerReportingUri in testReportImpressionSuccessWithRegisterAdBeaconDisabled()
586 Uri sellerReportingUri = mMockWebServerRule.uriForPath(mSellerReportingPath); in testReportImpressionSuccessCallbackThrowsErrorAuctionServerEnabled() local
596 + sellerReportingUri in testReportImpressionSuccessCallbackThrowsErrorAuctionServerEnabled()
714 Uri sellerReportingUri = mMockWebServerRule.uriForPath(mSellerReportingPath); in testReportImpressionFailureCallbackThrowsErrorAuctionServerEnabled() local
725 + sellerReportingUri in testReportImpressionFailureCallbackThrowsErrorAuctionServerEnabled()
835 Uri sellerReportingUri = mMockWebServerRule.uriForPath(mSellerReportingPath); in testReportImpressionSuccessCallbackThrowsErrorAuctionServerDisabled() local
845 + sellerReportingUri in testReportImpressionSuccessCallbackThrowsErrorAuctionServerDisabled()
963 Uri sellerReportingUri = mMockWebServerRule.uriForPath(mSellerReportingPath); in testReportImpressionFailureCallbackThrowsErrorAuctionServerDisabled() local
974 + sellerReportingUri in testReportImpressionFailureCallbackThrowsErrorAuctionServerDisabled()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DImpressionReporter.java410 sellerValidator.validate(reportingUris.sellerReportingUri); in validateReportingUris()
413 reportingUris.sellerReportingUri = Uri.EMPTY; in validateReportingUris()
471 Uri sellerReportingUri = reportingUris.sellerReportingUri; in doReport() local
476 ListenableFuture<Void> sellerFuture = bestEffortReporting(sellerReportingUri); in doReport()
695 @NonNull public Uri sellerReportingUri;
697 private ReportingUris(@Nullable Uri buyerReportingUri, @NonNull Uri sellerReportingUri) {
699 Objects.requireNonNull(sellerReportingUri);
702 this.sellerReportingUri = sellerReportingUri;
DImpressionReporterLegacy.java438 sellerValidator.validate(reportingUris.sellerReportingUri); in doReport()
444 reportingUris.sellerReportingUri, mDevContext)) in doReport()
451 reportingUris.sellerReportingUri); in doReport()
718 @NonNull public final Uri sellerReportingUri;
720 private ReportingUris(@Nullable Uri buyerReportingUri, @NonNull Uri sellerReportingUri) {
721 Objects.requireNonNull(sellerReportingUri);
724 this.sellerReportingUri = sellerReportingUri;
/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/utils/
DMockWebServerDispatcherFactory.java261 int scoringLogicExecutionRunMs, String sellerReportingUri) { in getDecisionLogicJS() argument
265 sellerReportingUri); in getDecisionLogicJS()
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/
DDataHandlersFixture.java246 public static ReportingData getReportingData(Uri buyerReportingUri, Uri sellerReportingUri) { in getReportingData() argument
249 .setSellerWinReportingUri(sellerReportingUri) in getReportingData()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java3523 Uri sellerReportingUri = mockWebServerRule.uriForPath(SELLER_REPORTING_PATH); in testFledgeFlowSuccessWithMockServer_ContextualAdsFlow() local
3557 + sellerReportingUri in testFledgeFlowSuccessWithMockServer_ContextualAdsFlow()