Searched refs:currentWallpaperAsset (Results 1 – 1 of 1) sorted by relevance
40 public boolean handles(CurrentWallpaperAsset currentWallpaperAsset) { in handles() argument46 public LoadData<InputStream> buildLoadData(CurrentWallpaperAsset currentWallpaperAsset, in buildLoadData() argument48 return new LoadData<>(currentWallpaperAsset.getKey(), in buildLoadData()49 new CurrentWallpaperAssetDataFetcher(currentWallpaperAsset)); in buildLoadData()