Searched refs:getImageURL (Results 1 – 3 of 3) sorted by relevance
210 if (photoTask.getImageURL() == localURL) in PhotoManager()285 mPhotoCache.put(photoTask.getImageURL(), photoTask.getByteBuffer()); in handleState()354 if (downloaderTask != null && downloaderTask.getImageURL().equals(pictureURL)) { in removeDownload()404 downloadTask.setByteBuffer(sInstance.mPhotoCache.get(downloadTask.getImageURL())); in startDownload()
90 URL getImageURL(); in getImageURL() method155 (HttpURLConnection) mPhotoTask.getImageURL().openConnection(); in run()
171 public URL getImageURL() { in getImageURL() method in PhotoTask