Searched refs:sysWP (Results 1 – 1 of 1) sorted by relevance
2661 WallpaperData sysWP = mWallpaperMap.get(userId); in migrateSystemToLockWallpaperLocked() local2662 if (sysWP == null) { in migrateSystemToLockWallpaperLocked()2672 lockWP.wallpaperId = sysWP.wallpaperId; in migrateSystemToLockWallpaperLocked()2673 lockWP.cropHint.set(sysWP.cropHint); in migrateSystemToLockWallpaperLocked()2674 lockWP.allowBackup = sysWP.allowBackup; in migrateSystemToLockWallpaperLocked()2675 lockWP.primaryColors = sysWP.primaryColors; in migrateSystemToLockWallpaperLocked()2679 … Os.rename(sysWP.wallpaperFile.getAbsolutePath(), lockWP.wallpaperFile.getAbsolutePath()); in migrateSystemToLockWallpaperLocked()2680 Os.rename(sysWP.cropFile.getAbsolutePath(), lockWP.cropFile.getAbsolutePath()); in migrateSystemToLockWallpaperLocked()