Searched refs:outStream (Results 1 – 2 of 2) sorted by relevance
42 public static void copyStreams(InputStream inStream, OutputStream outStream) in copyStreams() argument47 outStream.write(buf, 0, size); in copyStreams()
77 final ByteArrayOutputStream outStream = new ByteArrayOutputStream(); in setWallpaper() local79 bitmap.compress(Bitmap.CompressFormat.PNG, 100, outStream); in setWallpaper()83 byteArray = outStream.toByteArray(); in setWallpaper()