Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DDownloadService.java314 final HttpURLConnection httpConn = (HttpURLConnection) connection; in processDownload() local
315 final int responseCode = httpConn.getResponseCode(); in processDownload()
320 contentLength = httpConn.getContentLengthLong(); in processDownload()