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

  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
WallpaperFiles.java 6 public class WallpaperFiles {
WallpaperUtils.java 49 String spKey = WallpaperFiles.WALLPAPER_CROP_PREFERENCES_KEY;
69 WallpaperFiles.WALLPAPER_CROP_PREFERENCES_KEY, Context.MODE_MULTI_PROCESS);
SavedWallpaperImages.java 155 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/
DefaultWallpaperInfo.java 19 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 549 milliseconds