Searched refs:bis (Results 1 – 2 of 2) sorted by relevance
181 BufferedInputStream bis = null; in doInBackground() local186 bis = new BufferedInputStream(in); in doInBackground()188 while (!isCancelled() && (read = bis.read(buffer, 0, buffer.length)) > 0) { in doInBackground()198 if (bis != null) { in doInBackground()199 bis.close(); in doInBackground()
229 BufferedInputStream bis = null; in fetchFavicon() local235 bis = new BufferedInputStream(is, 8192); in fetchFavicon()236 return BitmapFactory.decodeStream(bis); in fetchFavicon()