Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DE2ETest.java427 String reportUrl = null; in getReportUrl() local
429 reportUrl = EVENT_ATTRIBUTION_REPORT_URI_PATH; in getReportUrl()
431 reportUrl = AGGREGATE_ATTRIBUTION_REPORT_URI_PATH; in getReportUrl()
433 reportUrl = DEBUG_EVENT_ATTRIBUTION_REPORT_URI_PATH; in getReportUrl()
435 reportUrl = DEBUG_AGGREGATE_ATTRIBUTION_REPORT_URI_PATH; in getReportUrl()
437 reportUrl = DEBUG_REPORT_URI_PATH; in getReportUrl()
439 return origin + "/" + reportUrl; in getReportUrl()