Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/CustomizationApp/src/com/android/cts/customizationapp/
DCustomizationTest.java52 wallpaperManager.setStream(BitmapUtils.bitmapToInputStream(referenceWallpaper)); in testSetWallpaper_disallowed()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DBitmapUtils.java88 public static ByteArrayInputStream bitmapToInputStream(Bitmap bmp) { in bitmapToInputStream() method in BitmapUtils
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DCustomizationRestrictionsTest.java142 wallpaperManager.setStream(BitmapUtils.bitmapToInputStream(wallpaperForStream)); in testDisallowSetWallpaper_allowed()