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