Home
last modified time | relevance | path

Searched refs:generateWhiteBitmap (Results 1 – 2 of 2) sorted by relevance

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DBitmapUtils.java74 public static Bitmap generateWhiteBitmap(int width, int height) { in generateWhiteBitmap() method in BitmapUtils
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DCustomizationRestrictionsTest.java179 BitmapUtils.generateWhiteBitmap(20, 20)); in testDisallowSetUserIcon_allowed()