Searched refs:mReportUriPath (Results 1 – 2 of 2) sorted by relevance
40 private String mReportUriPath; field in EventReportSender44 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()
40 private String mReportUriPath; field in AggregateReportSender44 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()