Searched refs:currentSystem (Results 1 – 1 of 1) sorted by relevance
1310 WallpaperData currentSystem = mWallpaperMap.get(mNewWallpaper.userId); in complete() local1311 currentSystem.mWhich = FLAG_SYSTEM | FLAG_LOCK; in complete()1312 updateEngineFlags(currentSystem); in complete()1330 WallpaperData currentSystem = mWallpaperMap.get(mNewWallpaper.userId); in complete() local1331 if (currentSystem.wallpaperId == mOriginalSystem.wallpaperId) { in complete()1332 currentSystem.mWhich = FLAG_SYSTEM; in complete()1333 updateEngineFlags(currentSystem); in complete()