Searched refs:mWallpaperInfo (Results 1 – 1 of 1) sorted by relevance
79 private File mWallpaperInfo; // wallpaper metadata file field in WallpaperBackupAgent96 mWallpaperInfo = new File(wallpaperDir, WALLPAPER_INFO); in onCreate()161 if (mWallpaperInfo.exists()) { in onFullBackup()164 FileUtils.copyFileOrThrow(mWallpaperInfo, infoStage); in onFullBackup()