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.java295 final HttpURLConnection httpConn = (HttpURLConnection) connection; in processDownload() local
296 final int responseCode = httpConn.getResponseCode(); in processDownload()
301 contentLength = httpConn.getContentLengthLong(); in processDownload()