Searched refs:WALLPAPER_IMAGE (Results 1 – 2 of 2) sorted by relevance
52 private static final String WALLPAPER_IMAGE = WallpaperBackupHelper.WALLPAPER_IMAGE; field in SystemBackupAgent68 String[] files = new String[] { WALLPAPER_IMAGE, WALLPAPER_INFO }; in onBackup()95 WALLPAPER_IMAGE_DIR, WALLPAPER_IMAGE, output.getData()); in fullWallpaperBackup() local103 new String[] { WALLPAPER_IMAGE, WALLPAPER_INFO }, in onRestore()106 new String[] { WALLPAPER_IMAGE }, in onRestore()119 (new File(WALLPAPER_IMAGE)).delete(); in onRestore()140 outFile = new File(WALLPAPER_IMAGE); in onRestoreFile()160 (new File(WALLPAPER_IMAGE)).delete(); in onRestoreFile()
44 public static final String WALLPAPER_IMAGE = field in WallpaperBackupHelper145 f.renameTo(new File(WALLPAPER_IMAGE)); in restoreEntity()