/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/ |
D | AuctionServerAdSelectionDaoTest.java | 79 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/ |
D | DBReportingUris.java | 78 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()
|
D | DBReportingData.java | 82 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()
|
D | DBAuctionServerAdSelection.java | 111 @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/ |
D | AdSelectionServiceImplTest.java | 458 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/ |
D | ImpressionReporter.java | 410 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;
|
D | ImpressionReporterLegacy.java | 438 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/ |
D | MockWebServerDispatcherFactory.java | 261 int scoringLogicExecutionRunMs, String sellerReportingUri) { in getDecisionLogicJS() argument 265 sellerReportingUri); in getDecisionLogicJS()
|
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/ |
D | DataHandlersFixture.java | 246 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/ |
D | FledgeE2ETest.java | 3523 Uri sellerReportingUri = mockWebServerRule.uriForPath(SELLER_REPORTING_PATH); in testFledgeFlowSuccessWithMockServer_ContextualAdsFlow() local 3557 + sellerReportingUri in testFledgeFlowSuccessWithMockServer_ContextualAdsFlow()
|