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