Searched refs:currentWallpaperInfo (Results 1 – 1 of 1) sorted by relevance
220 android.app.WallpaperInfo currentWallpaperInfo = WallpaperManager.getInstance(context) in wallpaperSynced() local222 ComponentName currentComponentName = currentWallpaperInfo != null in wallpaperSynced()223 ? currentWallpaperInfo.getComponent() : null; in wallpaperSynced()