Home
last modified time | relevance | path

Searched refs:WALLPAPER_IMAGES_DB (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DSavedWallpaperImages.java190 super(context, context.getDatabasePath(LauncherFiles.WALLPAPER_IMAGES_DB).getPath(), in ImageDb()
200 LauncherFiles.WALLPAPER_IMAGES_DB); in moveFromCacheDirectoryIfNecessary()
201 File savedImagesFile = context.getDatabasePath(LauncherFiles.WALLPAPER_IMAGES_DB); in moveFromCacheDirectoryIfNecessary()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherFiles.java25 public static final String WALLPAPER_IMAGES_DB = "saved_wallpaper_images.db"; field in LauncherFiles
35 WALLPAPER_IMAGES_DB,