Searched refs:getBuyerReportingUri (Results 1 – 4 of 4) sorted by relevance
57 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()
63 public abstract Uri getBuyerReportingUri(); in getBuyerReportingUri() method in DBReportingUris
67 public abstract Uri getBuyerReportingUri(); in getBuyerReportingUri() method in DBReportingData
91 public abstract Uri getBuyerReportingUri(); in getBuyerReportingUri() method in DBAuctionServerAdSelection