Searched refs:mLockWallpaperFile (Results 1 – 1 of 1) sorted by relevance
81 private File mLockWallpaperFile; // lock wallpaper image file field in WallpaperBackupAgent98 mLockWallpaperFile = new File(wallpaperDir, WALLPAPER_LOCK); in onCreate()198 … if (lockEligible && hasLockWallpaper && mLockWallpaperFile.exists() && !mQuotaExceeded) { in onFullBackup()201 FileUtils.copyFileOrThrow(mLockWallpaperFile, lockImageStage); in onFullBackup()210 + mLockWallpaperFile.exists() + " quotaExceeded (last time) = " in onFullBackup()