Searched refs:WallpaperFiles (Results 1 - 4 of 4) sorted by relevance

/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
H A DWallpaperFiles.java6 public class WallpaperFiles { class
H A DWallpaperUtils.java49 String spKey = WallpaperFiles.WALLPAPER_CROP_PREFERENCES_KEY;
69 WallpaperFiles.WALLPAPER_CROP_PREFERENCES_KEY, Context.MODE_MULTI_PROCESS);
H A DSavedWallpaperImages.java155 super(context, context.getDatabasePath(WallpaperFiles.WALLPAPER_IMAGES_DB).getPath(),
163 WallpaperFiles.WALLPAPER_IMAGES_DB);
164 File savedImagesFile = context.getDatabasePath(WallpaperFiles.WALLPAPER_IMAGES_DB);
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
H A DDefaultWallpaperInfo.java19 import com.android.wallpaperpicker.WallpaperFiles;
201 + "_" + WallpaperFiles.DEFAULT_WALLPAPER_THUMBNAIL);
206 new File(c.getFilesDir(), WallpaperFiles.DEFAULT_WALLPAPER_THUMBNAIL_OLD).delete();
207 new File(c.getFilesDir(), WallpaperFiles.DEFAULT_WALLPAPER_THUMBNAIL).delete();
210 new File(c.getFilesDir(), i + "_" + WallpaperFiles.DEFAULT_WALLPAPER_THUMBNAIL).delete();

Completed in 1449 milliseconds