Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
H A DWallpaperBackupAgent.java267 final File lockImageStage = new File(getFilesDir(), LOCK_WALLPAPER_STAGE); in backupLockWallpaperFileIfItExists() local
271 if (lockChanged && lockImageStage.exists()) { in backupLockWallpaperFileIfItExists()
273 lockImageStage.delete(); in backupLockWallpaperFileIfItExists()
304 if (lockChanged || !lockImageStage.exists()) { in backupLockWallpaperFileIfItExists()
306 copyFromPfdToFileAndClosePfd(lockWallpaperFd, lockImageStage); in backupLockWallpaperFileIfItExists()
310 backupFile(lockImageStage, data); in backupLockWallpaperFileIfItExists()
361 final File lockImageStage = new File(filesDir, LOCK_WALLPAPER_STAGE); in onRestoreFinished() local
362 boolean lockImageStageExists = lockImageStage.exists(); in onRestoreFinished()
376 boolean separateLockWallpaper = mLockHasLiveComponent || lockImageStage.exists(); in onRestoreFinished()
386 restoreFromStage(lockImageStage, infoStage, "kwp", FLAG_LOCK); in onRestoreFinished()
[all …]