Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
H A DWallpaperBackupAgent.java244 final File imageStage = new File(getFilesDir(), SYSTEM_WALLPAPER_STAGE); in backupSystemWallpaperFile() local
246 if (sysChanged || !imageStage.exists()) { in backupSystemWallpaperFile()
248 copyFromPfdToFileAndClosePfd(systemWallpaperImageFd, imageStage); in backupSystemWallpaperFile()
252 backupFile(imageStage, data); in backupSystemWallpaperFile()
360 final File imageStage = new File(filesDir, SYSTEM_WALLPAPER_STAGE); in onRestoreFinished() local
384 if (!lockscreenLiveWallpaper) restoreFromStage(imageStage, infoStage, "wp", sysWhich); in onRestoreFinished()
388 if (lockscreenLiveWallpaper) restoreFromStage(imageStage, infoStage, "wp", sysWhich); in onRestoreFinished()
401 imageStage.delete(); in onRestoreFinished()