Searched refs:getInputStream (Results 1 – 12 of 12) sorted by relevance
225 (FileInputStream) snapshot.getInputStream(DISK_CACHE_INDEX); in processBitmap()275 in = new BufferedInputStream(urlConnection.getInputStream(), IO_BUFFER_SIZE); in downloadUrlToStream()
268 snapshot.getInputStream(DISK_CACHE_INDEX).close(); in addBitmapToCache()333 inputStream = snapshot.getInputStream(DISK_CACHE_INDEX); in getBitmapFromDiskCache()
753 public InputStream getInputStream(int index) { in getInputStream() method in DiskLruCache.Snapshot761 return inputStreamToString(getInputStream(index)); in getString()
126 reader = new BufferedReader(new InputStreamReader(socket.getInputStream())); in handle()
242 stream = connection.getInputStream(); in downloadUrl()
150 googleApiClient, asset).await().getInputStream(); in loadBitmapFromAsset()
150 Bitmap profilePic = BitmapFactory.decodeStream(assetFdResult.getInputStream()); in updateNotificationForDataItem()
234 is = conn.getInputStream(); in fetchFavicon()
474 tmpIn = socket.getInputStream(); in ConnectedThread()
304 return conn.getInputStream(); in downloadUrl()
298 InputStream assetInputStream = getFdForAssetResponse.getInputStream(); in doInBackground()
242 InputStream inputstream = client.getInputStream(); in doInBackground()