Searched refs:FetchListener (Results 1 – 3 of 3) sorted by relevance
82 public void fetch(final String artUrl, final FetchListener listener) { in fetch()125 public static abstract class FetchListener { class in AlbumArtCache
338 AlbumArtCache.getInstance().fetch(bitmapUrl, new AlbumArtCache.FetchListener() { in fetchBitmapFromURLAsync()
608 AlbumArtCache.getInstance().fetch(albumUri, new AlbumArtCache.FetchListener() { in updateMetadata()