Searched refs:bos (Results 1 – 1 of 1) sorted by relevance
1307 try (BufferedOutputStream bos = new BufferedOutputStream(new FileOutputStream(storePath))) { in takeScreenshot() argument1311 screenshot.compress(Bitmap.CompressFormat.PNG, quality, bos); in takeScreenshot()1312 bos.flush(); in takeScreenshot()