HomeSort by relevance Sort by last modified time
    Searched defs:bitmapToInputStream (Results 1 - 3 of 3) sorted by null

  /cts/hostsidetests/devicepolicy/app/CustomizationApp/src/com/android/cts/customizationapp/
CustomizationTest.java 52 wallpaperManager.setStream(BitmapUtils.bitmapToInputStream(referenceWallpaper));
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
BitmapUtils.java 88 public static ByteArrayInputStream bitmapToInputStream(Bitmap bmp) {
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
CustomizationRestrictionsTest.java 143 wallpaperManager.setStream(BitmapUtils.bitmapToInputStream(wallpaperForStream));

Completed in 235 milliseconds