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

  /cts/hostsidetests/devicepolicy/app/CustomizationApp/src/com/android/cts/customizationapp/
CustomizationTest.java 39 final Bitmap originalWallpaper = BitmapUtils.getWallpaperBitmap(mContext);
48 Bitmap newWallpaper = BitmapUtils.getWallpaperBitmap(mContext);
54 newWallpaper = BitmapUtils.getWallpaperBitmap(mContext);
60 newWallpaper = BitmapUtils.getWallpaperBitmap(mContext);
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
CustomizationRestrictionsTest.java 121 final Bitmap originalWallpaper = BitmapUtils.getWallpaperBitmap(mContext);
136 Bitmap newWallpaper = BitmapUtils.getWallpaperBitmap(mContext);
144 newWallpaper = BitmapUtils.getWallpaperBitmap(mContext);
151 newWallpaper = BitmapUtils.getWallpaperBitmap(mContext);
  /cts/libs/deviceutil/src/android/cts/util/
BitmapUtils.java 78 public static Bitmap getWallpaperBitmap(Context context) throws Exception {

Completed in 64 milliseconds