Home
last modified time | relevance | path

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

/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DAlbumArtCache.java88 listener.onFetched(artUrl, bitmap[BIG_BITMAP_INDEX], bitmap[ICON_BITMAP_INDEX]); in fetch()
117 listener.onFetched(artUrl, in fetch()
125 public abstract void onFetched(String artUrl, Bitmap bigImage, Bitmap iconImage); in onFetched() method in AlbumArtCache.FetchListener
DMediaNotificationManager.java343 public void onFetched(String artUrl, Bitmap bitmap, Bitmap icon) { in fetchBitmapFromURLAsync()
DMusicService.java570 public void onFetched(String artUrl, Bitmap bitmap, Bitmap icon) { in updateMetadata()