Searched defs:download (Results 1 – 4 of 4) 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
40 async def download(_request: Request) -> Response: function
128 async def download( member in ArtifactDownloader
136 Button download = (Button)findViewById(R.id.download); in onCreate() local