Searched defs:artUrl (Results 1 – 2 of 2) sorted by relevance
72 public Bitmap getBigImage(String artUrl) { in getBigImage()77 public Bitmap getIconImage(String artUrl) { in getIconImage()82 public void fetch(final String artUrl, final FetchListener listener) { in fetch()126 public abstract void onFetched(String artUrl, Bitmap bigImage, Bitmap iconImage); in onFetched()127 public void onError(String artUrl, Exception e) { in onError()
263 String artUrl = description.getIconUri().toString(); in createNotification() local