Searched refs:AlbumArtCache (Results 1 – 3 of 3) sorted by relevance
31 public final class AlbumArtCache { class32 private static final String TAG = LogHelper.makeLogTag(AlbumArtCache.class);50 private static final AlbumArtCache sInstance = new AlbumArtCache();52 public static AlbumArtCache getInstance() { in getInstance()56 private AlbumArtCache() { in AlbumArtCache() method in AlbumArtCache
264 art = AlbumArtCache.getInstance().getBigImage(artUrl); in createNotification()341 AlbumArtCache.getInstance().fetch(bitmapUrl, new AlbumArtCache.FetchListener() { in fetchBitmapFromURLAsync()
568 AlbumArtCache.getInstance().fetch(albumUri, new AlbumArtCache.FetchListener() { in updateMetadata()