HomeSort by relevance Sort by last modified time
    Searched defs:artUrl (Results 1 - 3 of 3) sorted by null

  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MediaNotificationManager.java 263 String artUrl = description.getIconUri().toString();
264 art = AlbumArtCache.getInstance().getBigImage(artUrl);
266 fetchArtUrl = artUrl;
343 public void onFetched(String artUrl, Bitmap bitmap, Bitmap icon) {
345 artUrl.equals(mMetadata.getDescription().getIconUri().toString())) {
347 LogHelper.d(TAG, "fetchBitmapFromURLAsync: set bitmap to ", artUrl);
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/
MediaNotificationManager.java 263 String artUrl = description.getIconUri().toString();
264 art = AlbumArtCache.getInstance().getBigImage(artUrl);
266 fetchArtUrl = artUrl;
340 public void onFetched(String artUrl, Bitmap bitmap, Bitmap icon) {
342 artUrl.equals(mMetadata.getDescription().getIconUri().toString())) {
344 Log.d(TAG, "fetchBitmapFromURLAsync: set bitmap to " + artUrl);
  /packages/apps/Music/src/com/android/music/utils/
MediaNotificationManager.java 265 String artUrl = description.getIconUri().toString();
266 art = AlbumArtCache.getInstance().getBigImage(artUrl);
268 fetchArtUrl = artUrl;
342 public void onFetched(String artUrl, Bitmap bitmap, Bitmap icon) {
344 && artUrl.equals(mMetadata.getDescription().getIconUri().toString())) {
346 LogHelper.d(TAG, "fetchBitmapFromURLAsync: set bitmap to ", artUrl);

Completed in 90 milliseconds