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

  /cts/hostsidetests/devicepolicy/app/CustomizationApp/src/com/android/cts/customizationapp/
CustomizationTest.java 48 Bitmap newWallpaper = BitmapUtils.getWallpaperBitmap(mContext);
49 assertTrue(BitmapUtils.compareBitmaps(newWallpaper, originalWallpaper));
54 newWallpaper = BitmapUtils.getWallpaperBitmap(mContext);
55 assertTrue(BitmapUtils.compareBitmaps(newWallpaper, originalWallpaper));
60 newWallpaper = BitmapUtils.getWallpaperBitmap(mContext);
61 assertTrue(BitmapUtils.compareBitmaps(newWallpaper, originalWallpaper));
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
CustomizationRestrictionsTest.java 137 Bitmap newWallpaper = BitmapUtils.getWallpaperBitmap(mContext);
138 assertFalse(BitmapUtils.compareBitmaps(newWallpaper, oldWallpaper));
141 oldWallpaper = newWallpaper;
145 newWallpaper = BitmapUtils.getWallpaperBitmap(mContext);
146 assertFalse(BitmapUtils.compareBitmaps(newWallpaper, oldWallpaper));
149 oldWallpaper = newWallpaper;
152 newWallpaper = BitmapUtils.getWallpaperBitmap(mContext);
153 assertFalse(BitmapUtils.compareBitmaps(newWallpaper, oldWallpaper));
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java     [all...]

Completed in 165 milliseconds