Home
last modified time | relevance | path

Searched refs:mLockWallpaperFile (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
DWallpaperBackupAgent.java78 private File mLockWallpaperFile; // lock wallpaper image file field in WallpaperBackupAgent
95 mLockWallpaperFile = new File(wallpaperDir, WALLPAPER_LOCK); in onCreate()
169 … if (lockEligible && hasLockWallpaper && mLockWallpaperFile.exists() && !mQuotaExceeded) { in onFullBackup()
172 FileUtils.copyFileOrThrow(mLockWallpaperFile, lockImageStage); in onFullBackup()