Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DCustomizationRestrictionsTest.java132 wallpaperManager.setStream(BitmapUtils.bitmapToInputStream(wallpaperForStream)); in testDisallowSetWallpaper_allowed()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DWallpaperTest.java67 BitmapUtils.bitmapToInputStream(sReferenceWallpaper);
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DBitmapUtils.java150 public static ByteArrayInputStream bitmapToInputStream(Bitmap bmp) { in bitmapToInputStream() method in BitmapUtils