Searched defs:download (Results 1 – 2 of 2) sorted by relevance
97 public void download(String url, ImageView imageView) { in download() method in ImageDownloader109 public void download(String url, ImageView imageView, String cookie) { in download() method in ImageDownloader
136 Button download = (Button)findViewById(R.id.download); in onCreate() local