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