Home
last modified time | relevance | path

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

/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DAlbumArtCache.java31 public final class AlbumArtCache { class
32 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
DMediaNotificationManager.java264 art = AlbumArtCache.getInstance().getBigImage(artUrl); in createNotification()
341 AlbumArtCache.getInstance().fetch(bitmapUrl, new AlbumArtCache.FetchListener() { in fetchBitmapFromURLAsync()
DMusicService.java568 AlbumArtCache.getInstance().fetch(albumUri, new AlbumArtCache.FetchListener() { in updateMetadata()