Searched refs:mLockWallpaperFile (Results 1 – 1 of 1) sorted by relevance
78 private File mLockWallpaperFile; // lock wallpaper image file field in WallpaperBackupAgent95 mLockWallpaperFile = new File(wallpaperDir, WALLPAPER_LOCK); in onCreate()169 … if (lockEligible && hasLockWallpaper && mLockWallpaperFile.exists() && !mQuotaExceeded) { in onFullBackup()172 FileUtils.copyFileOrThrow(mLockWallpaperFile, lockImageStage); in onFullBackup()