Searched refs:currentSystem (Results 1 – 1 of 1) sorted by relevance
1383 WallpaperData currentSystem = mWallpaperMap.get(mNewWallpaper.userId); in complete() local1384 currentSystem.mWhich = FLAG_SYSTEM | FLAG_LOCK; in complete()1385 updateEngineFlags(currentSystem); in complete()1403 WallpaperData currentSystem = mWallpaperMap.get(mNewWallpaper.userId); in complete() local1404 if (currentSystem.wallpaperId == mOriginalSystem.wallpaperId) { in complete()1405 currentSystem.mWhich = FLAG_SYSTEM; in complete()1406 updateEngineFlags(currentSystem); in complete()