Searched refs:BUYER_REPORTING_URI (Results 1 – 3 of 3) sorted by relevance
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ |
D | AuctionServerE2ETest.java | 224 private static final String BUYER_REPORTING_URI = field in AuctionServerE2ETest 251 .setReportingUrl(BUYER_REPORTING_URI) 1594 BUYER_REPORTING_URI, reportingData.getBuyerWinReportingUri().toString()); in testPersistAdSelectionResult_withoutDecrypt_validRequest_success() 1706 BUYER_REPORTING_URI, reportingData.getBuyerWinReportingUri().toString()); in testPersistAdSelectionResult_withoutDecrypt_validRequest_successOmitAdsEnabled() 2046 BUYER_REPORTING_URI, in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesDisabled() 2107 .getAndReadNothing(eq(Uri.parse(BUYER_REPORTING_URI)), any()); in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesDisabled() 2234 BUYER_REPORTING_URI, in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesEnabled() 2295 .getAndReadNothing(eq(Uri.parse(BUYER_REPORTING_URI)), any()); in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesEnabled() 2330 .getAndReadNothing(eq(Uri.parse(BUYER_REPORTING_URI)), any(DevContext.class)); in testReportImpression_serverAuction_sellerReportingFailure_noExceptionThrown() 2387 BUYER_REPORTING_URI, in testReportImpression_serverAuction_sellerReportingFailure_noExceptionThrown() [all …]
|
D | PersistAdSelectionResultRunnerTest.java | 161 private static final String BUYER_REPORTING_URI = field in PersistAdSelectionResultRunnerTest 187 .setReportingUrl(BUYER_REPORTING_URI) 202 .setReportingUrl(BUYER_REPORTING_URI) 234 .setReportingUrl(BUYER_REPORTING_URI) 377 getReportingData(Uri.parse(BUYER_REPORTING_URI), Uri.parse(SELLER_REPORTING_URI)); 379 getReportingData(Uri.parse(BUYER_REPORTING_URI), Uri.EMPTY);
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/kanon/ |
D | KAnonE2ETest.java | 223 private static final String BUYER_REPORTING_URI = field in KAnonE2ETest 245 .setReportingUrl(BUYER_REPORTING_URI)
|