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

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherFiles.java 25 public static final String WALLPAPER_IMAGES_DB = "saved_wallpaper_images.db";
35 WALLPAPER_IMAGES_DB,
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
SavedWallpaperImages.java 262 super(context, context.getDatabasePath(LauncherFiles.WALLPAPER_IMAGES_DB).getPath(),
272 LauncherFiles.WALLPAPER_IMAGES_DB);
273 File savedImagesFile = context.getDatabasePath(LauncherFiles.WALLPAPER_IMAGES_DB);

Completed in 475 milliseconds