Searched refs:toClear (Results 1 – 1 of 1) sorted by relevance
1956 List<WallpaperData> toClear = new ArrayList<>(); in clearWallpaperLocked() local1957 if ((which & FLAG_LOCK) > 0 && lockWallpaper != null) toClear.add(lockWallpaper); in clearWallpaperLocked()1958 if ((which & FLAG_SYSTEM) > 0) toClear.add(wallpaper); in clearWallpaperLocked()1959 for (WallpaperData wallpaperToClear : toClear) { in clearWallpaperLocked()