Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
H A DWallpaperBackupAgent.java81 private File mLockWallpaperFile; // lock wallpaper image file field in WallpaperBackupAgent
98 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()