Searched refs:inputStream (Results 1 – 7 of 7) sorted by relevance
65 InputStream inputStream = null; in getRichChannels() local68 inputStream = context.getContentResolver().openInputStream(catalogUri); in getRichChannels()71 inputStream = urlConnection.getInputStream(); in getRichChannels()76 parser.setInput(inputStream, null); in getRichChannels()84 if (inputStream != null) { in getRichChannels()86 inputStream.close(); in getRichChannels()
326 InputStream inputStream = null; in getBitmapFromDiskCache() local333 inputStream = snapshot.getInputStream(DISK_CACHE_INDEX); in getBitmapFromDiskCache()334 if (inputStream != null) { in getBitmapFromDiskCache()335 FileDescriptor fd = ((FileInputStream) inputStream).getFD(); in getBitmapFromDiskCache()347 if (inputStream != null) { in getBitmapFromDiskCache()348 inputStream.close(); in getBitmapFromDiskCache()
203 InputStream inputStream = Contacts.openContactPhotoInputStream(contentResolver, in getProfilePicture() local206 if (null != inputStream) { in getProfilePicture()208 Bitmap bitmap = BitmapFactory.decodeStream(inputStream); in getProfilePicture()215 closeQuietly(inputStream); in getProfilePicture()
279 public static boolean copyFile(InputStream inputStream, OutputStream out) { in copyFile() argument283 while ((len = inputStream.read(buf)) != -1) { in copyFile()288 inputStream.close(); in copyFile()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...