Searched refs:bitmapToInputStream (Results 1 – 3 of 3) sorted by relevance
55 wallpaperManager.setStream(BitmapUtils.bitmapToInputStream(referenceWallpaper)); in testSetWallpaper_disallowed()
132 wallpaperManager.setStream(BitmapUtils.bitmapToInputStream(wallpaperForStream)); in testDisallowSetWallpaper_allowed()
150 public static ByteArrayInputStream bitmapToInputStream(Bitmap bmp) { in bitmapToInputStream() method in BitmapUtils