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