Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/datahandlers/
DReportingData.java36 public abstract Uri getBuyerWinReportingUri(); in getBuyerWinReportingUri() method in ReportingData
91 reportingData.getBuyerWinReportingUri() != null in build()
DDBValidator.java42 Objects.requireNonNull(reportingData.getBuyerWinReportingUri()); in validateReportingData()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/datahandlers/
DReportingDataTest.java104 assertEquals(BUYER_REPORTING_URI_1, reportingData.getBuyerWinReportingUri()); in testBuild_withReportingUris_success()
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/
DDataHandlersFixture.java198 .setBuyerReportingUri(REPORTING_DATA_WITH_URIS.getBuyerWinReportingUri())
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DImpressionReporter.java274 reportingData.getBuyerWinReportingUri(), in reportImpression()
348 return !Objects.isNull(reportingData.getBuyerWinReportingUri()) in isReportingUrisPresent()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DAdSelectionEntryDao.java824 .setBuyerReportingUri(reportingData.getBuyerWinReportingUri()) in persistReportingData()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerE2ETest.java1594 BUYER_REPORTING_URI, reportingData.getBuyerWinReportingUri().toString()); in testPersistAdSelectionResult_withoutDecrypt_validRequest_success()
1706 BUYER_REPORTING_URI, reportingData.getBuyerWinReportingUri().toString()); in testPersistAdSelectionResult_withoutDecrypt_validRequest_successOmitAdsEnabled()
2049 .getBuyerWinReportingUri() in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesDisabled()
2237 .getBuyerWinReportingUri() in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesEnabled()
2390 .getBuyerWinReportingUri() in testReportImpression_serverAuction_sellerReportingFailure_noExceptionThrown()
2498 .getBuyerWinReportingUri() in testReportImpression_serverAuction_buyerReportingFailure_noExceptionThrown()
3844 BUYER_REPORTING_URI, reportingData.getBuyerWinReportingUri().toString()); in testPersistAdSelectionResult_withoutDecrypt_validSignalsRequest_success()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DAdSelectionEntryDaoTest.java1953 assertNull(actualResult.getBuyerWinReportingUri()); in test_getReportingDataForId_idSupportsComputationData_successShouldUseUnifiedTablesDisabled()
1987 assertNull(actualResult.getBuyerWinReportingUri()); in test_getReportingDataForId_idSupportsComputationData_successShouldUseUnifiedTablesEnabled()