Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DMeasurementReportSender.java52 URL reportingFullUrl = createReportingFullUrl(adTechDomain); in sendReport() local
54 HttpURLConnection urlConnection = createHttpUrlConnection(reportingFullUrl); in sendReport()
61 URL reportingFullUrl = createReportingFullUrl(adTechDomain); in sendReport() local
63 HttpURLConnection urlConnection = createHttpUrlConnection(reportingFullUrl); in sendReport()
DDebugReportSender.java40 Uri reportingFullUrl = Uri.withAppendedPath(adTechDomain, DEBUG_REPORT_URI_PATH); in createReportingFullUrl() local
41 return new URL(reportingFullUrl.toString()); in createReportingFullUrl()
DEventReportSender.java61 Uri reportingFullUrl = Uri.withAppendedPath(adTechDomain, mReportUriPath); in createReportingFullUrl() local
62 return new URL(reportingFullUrl.toString()); in createReportingFullUrl()
DAggregateReportSender.java62 Uri reportingFullUrl = Uri.withAppendedPath(adTechDomain, mReportUriPath); in createReportingFullUrl() local
63 return new URL(reportingFullUrl.toString()); in createReportingFullUrl()