Searched refs:httpConn (Results 1 – 1 of 1) sorted by relevance
295 final HttpURLConnection httpConn = (HttpURLConnection) connection; in processDownload() local296 final int responseCode = httpConn.getResponseCode(); in processDownload()301 contentLength = httpConn.getContentLengthLong(); in processDownload()