Searched refs:WALLPAPER_INFO (Results 1 – 3 of 3) sorted by relevance
57 private static final String WALLPAPER_INFO = WallpaperBackupHelper.WALLPAPER_INFO; field in SystemBackupAgent68 String[] files = new String[] { WALLPAPER_IMAGE, WALLPAPER_INFO }; in onBackup()74 files = new String[] { WALLPAPER_INFO }; in onBackup()93 WALLPAPER_INFO_DIR, WALLPAPER_INFO, output.getData()); in fullWallpaperBackup() local103 new String[] { WALLPAPER_IMAGE, WALLPAPER_INFO }, in onRestore()120 (new File(WALLPAPER_INFO)).delete(); in onRestore()137 outFile = new File(WALLPAPER_INFO); in onRestoreFile()161 (new File(WALLPAPER_INFO)).delete(); in onRestoreFile()
100 static final String WALLPAPER_INFO = "wallpaper_info.xml"; field in WallpaperManagerService534 File wallpaperInfoFile = new File(getWallpaperDir(userId), WALLPAPER_INFO); in onRemoveUser()1030 final String base = new File(getWallpaperDir(userId), WALLPAPER_INFO).getAbsolutePath(); in makeJournaledFile()1077 File newInfo = new File(getWallpaperDir(0), WALLPAPER_INFO); in migrateFromOld()
47 public static final String WALLPAPER_INFO = field in WallpaperBackupHelper157 File f = new File(WALLPAPER_INFO); in restoreEntity()