Home
last modified time | relevance | path

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

/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
DWallpaperBackupAgent.java111 final File lockImageStage = new File (filesDir, LOCK_IMAGE_STAGE); in onFullBackup() local
170 if (lockChanged || !lockImageStage.exists()) { in onFullBackup()
172 FileUtils.copyFileOrThrow(mLockWallpaperFile, lockImageStage); in onFullBackup()
175 fullBackupFile(lockImageStage, data); in onFullBackup()
212 final File lockImageStage = new File (filesDir, LOCK_IMAGE_STAGE); in onRestoreFinished() local
217 final int sysWhich = FLAG_SYSTEM | (lockImageStage.exists() ? 0 : FLAG_LOCK); in onRestoreFinished()
224 restoreFromStage(lockImageStage, infoStage, "kwp", FLAG_LOCK); in onRestoreFinished()
233 if (!lockImageStage.exists()) { in onRestoreFinished()
251 lockImageStage.delete(); in onRestoreFinished()