Home
last modified time | relevance | path

Searched refs:generateRandomBitmap (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DCustomizationRestrictionsTest.java124 wallpaperManager.setBitmap(BitmapUtils.generateRandomBitmap(97, 73)); in testDisallowSetWallpaper_allowed()
131 final Bitmap wallpaperForStream = BitmapUtils.generateRandomBitmap(83, 69); in testDisallowSetWallpaper_allowed()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DWallpaperTest.java65 private static final Bitmap sReferenceWallpaper = BitmapUtils.generateRandomBitmap(97, 73);
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DBitmapUtils.java125 public static Bitmap generateRandomBitmap(int width, int height) { in generateRandomBitmap() method in BitmapUtils