Searched refs:reportingFullUrl (Results 1 – 4 of 4) sorted by relevance
52 URL reportingFullUrl = createReportingFullUrl(adTechDomain); in sendReport() local54 HttpURLConnection urlConnection = createHttpUrlConnection(reportingFullUrl); in sendReport()61 URL reportingFullUrl = createReportingFullUrl(adTechDomain); in sendReport() local63 HttpURLConnection urlConnection = createHttpUrlConnection(reportingFullUrl); in sendReport()
40 Uri reportingFullUrl = Uri.withAppendedPath(adTechDomain, DEBUG_REPORT_URI_PATH); in createReportingFullUrl() local41 return new URL(reportingFullUrl.toString()); in createReportingFullUrl()
61 Uri reportingFullUrl = Uri.withAppendedPath(adTechDomain, mReportUriPath); in createReportingFullUrl() local62 return new URL(reportingFullUrl.toString()); in createReportingFullUrl()
62 Uri reportingFullUrl = Uri.withAppendedPath(adTechDomain, mReportUriPath); in createReportingFullUrl() local63 return new URL(reportingFullUrl.toString()); in createReportingFullUrl()