Home
last modified time | relevance | path

Searched refs:getSellerWinReportingUri (Results 1 – 8 of 8) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/datahandlers/
DReportingData.java40 public abstract Uri getSellerWinReportingUri(); in getSellerWinReportingUri() method in ReportingData
92 || reportingData.getSellerWinReportingUri() != null; in build()
DDBValidator.java43 Objects.requireNonNull(reportingData.getSellerWinReportingUri()); in validateReportingData()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/datahandlers/
DReportingDataTest.java105 assertEquals(SELLER_REPORTING_URI_1, reportingData.getSellerWinReportingUri()); in testBuild_withReportingUris_success()
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/
DDataHandlersFixture.java199 .setSellerReportingUri(REPORTING_DATA_WITH_URIS.getSellerWinReportingUri());
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DImpressionReporter.java275 reportingData.getSellerWinReportingUri())); in reportImpression()
349 || !Objects.isNull(reportingData.getSellerWinReportingUri()); in isReportingUrisPresent()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DAdSelectionEntryDao.java825 .setSellerReportingUri(reportingData.getSellerWinReportingUri()) in persistReportingData()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerE2ETest.java1596 SELLER_REPORTING_URI, reportingData.getSellerWinReportingUri().toString()); in testPersistAdSelectionResult_withoutDecrypt_validRequest_success()
1708 SELLER_REPORTING_URI, reportingData.getSellerWinReportingUri().toString()); in testPersistAdSelectionResult_withoutDecrypt_validRequest_successOmitAdsEnabled()
2055 .getSellerWinReportingUri() in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesDisabled()
2243 .getSellerWinReportingUri() in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesEnabled()
2396 .getSellerWinReportingUri() in testReportImpression_serverAuction_sellerReportingFailure_noExceptionThrown()
2504 .getSellerWinReportingUri() in testReportImpression_serverAuction_buyerReportingFailure_noExceptionThrown()
3846 SELLER_REPORTING_URI, reportingData.getSellerWinReportingUri().toString()); in testPersistAdSelectionResult_withoutDecrypt_validSignalsRequest_success()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DAdSelectionEntryDaoTest.java1954 assertNull(actualResult.getSellerWinReportingUri()); in test_getReportingDataForId_idSupportsComputationData_successShouldUseUnifiedTablesDisabled()
1988 assertNull(actualResult.getSellerWinReportingUri()); in test_getReportingDataForId_idSupportsComputationData_successShouldUseUnifiedTablesEnabled()