Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DEventReportSender.java40 private String mReportUriPath; field in EventReportSender
44 this.mReportUriPath = EVENT_ATTRIBUTION_REPORT_URI_PATH; in EventReportSender()
46 this.mReportUriPath = DEBUG_EVENT_ATTRIBUTION_REPORT_URI_PATH; in EventReportSender()
53 return mReportUriPath; in getReportUriPath()
61 Uri reportingFullUrl = Uri.withAppendedPath(adTechDomain, mReportUriPath); in createReportingFullUrl()
DAggregateReportSender.java40 private String mReportUriPath; field in AggregateReportSender
44 this.mReportUriPath = AGGREGATE_ATTRIBUTION_REPORT_URI_PATH; in AggregateReportSender()
46 this.mReportUriPath = DEBUG_AGGREGATE_ATTRIBUTION_REPORT_URI_PATH; in AggregateReportSender()
53 return mReportUriPath; in getReportUriPath()
62 Uri reportingFullUrl = Uri.withAppendedPath(adTechDomain, mReportUriPath); in createReportingFullUrl()