Home
last modified time | relevance | path

Searched refs:getBuyerReportingUri (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DDBReportingDataTest.java57 assertEquals(BUYER_REPORTING_URI_1, reportingData.getBuyerReportingUri()); in testBuild_success()
68 assertEquals(BUYER_REPORTING_URI_1, reportingData.getBuyerReportingUri()); in testCreate_success()
82 assertEquals(BUYER_REPORTING_URI_1, reportingData.getBuyerReportingUri()); in testBuild_sellerEmptyUri_success()
96 assertEquals(Uri.EMPTY, reportingData.getBuyerReportingUri()); in testBuild_buyerEmptyUri_success()
106 assertEquals(BUYER_REPORTING_URI_1, reportingData.getBuyerReportingUri()); in testCreate_sellerEmptyUri_success()
116 assertEquals(Uri.EMPTY, reportingData.getBuyerReportingUri()); in testCreate_buyerEmptyUri_success()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBReportingUris.java63 public abstract Uri getBuyerReportingUri(); in getBuyerReportingUri() method in DBReportingUris
DDBReportingData.java67 public abstract Uri getBuyerReportingUri(); in getBuyerReportingUri() method in DBReportingData
DDBAuctionServerAdSelection.java91 public abstract Uri getBuyerReportingUri(); in getBuyerReportingUri() method in DBAuctionServerAdSelection