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