Searched refs:httpConnection (Results 1 – 1 of 1) sorted by relevance
63 HttpURLConnection httpConnection = (HttpURLConnection) url.openConnection(); in fetchAndRescaleBitmap() local64 httpConnection.setDoInput(true); in fetchAndRescaleBitmap()65 httpConnection.connect(); in fetchAndRescaleBitmap()66 InputStream inputStream = httpConnection.getInputStream(); in fetchAndRescaleBitmap()69 httpConnection = (HttpURLConnection) url.openConnection(); in fetchAndRescaleBitmap()70 httpConnection.setDoInput(true); in fetchAndRescaleBitmap()71 httpConnection.connect(); in fetchAndRescaleBitmap()72 inputStream = httpConnection.getInputStream(); in fetchAndRescaleBitmap()