Searched refs:generateRandomBitmap (Results 1 – 3 of 3) sorted by relevance
119 wallpaperManager.setBitmap(BitmapUtils.generateRandomBitmap(97, 73)); in testDisallowSetWallpaper_allowed()126 final Bitmap wallpaperForStream = BitmapUtils.generateRandomBitmap(83, 69); in testDisallowSetWallpaper_allowed()
40 final Bitmap referenceWallpaper = BitmapUtils.generateRandomBitmap(97, 73); in testSetWallpaper_disallowed()
125 public static Bitmap generateRandomBitmap(int width, int height) { in generateRandomBitmap() method in BitmapUtils