Searched refs:lockImageStage (Results 1 – 1 of 1) sorted by relevance
267 final File lockImageStage = new File(getFilesDir(), LOCK_WALLPAPER_STAGE); in backupLockWallpaperFileIfItExists() local271 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() local362 boolean lockImageStageExists = lockImageStage.exists(); in onRestoreFinished()376 boolean separateLockWallpaper = mLockHasLiveComponent || lockImageStage.exists(); in onRestoreFinished()386 restoreFromStage(lockImageStage, infoStage, "kwp", FLAG_LOCK); in onRestoreFinished()[all …]