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