Home
last modified time | relevance | path

Searched refs:wallpaperMetadatas (Results 1 – 1 of 1) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperRefresher.java124 List<WallpaperMetadata> wallpaperMetadatas = new ArrayList<>(); in doInBackground() local
137 wallpaperMetadatas.add(new WallpaperMetadata( in doInBackground()
147 wallpaperMetadatas.add(new LiveWallpaperMetadata(info, previewUri)); in doInBackground()
153 return wallpaperMetadatas; in doInBackground()
164 wallpaperMetadatas.add(new WallpaperMetadata( in doInBackground()
174 wallpaperMetadatas.add(new LiveWallpaperMetadata(info, previewUri)); in doInBackground()
177 return wallpaperMetadatas; in doInBackground()