Searched refs:downloadToFile (Results 1 – 1 of 1) sorted by relevance
309 if (!downloadToFile(is, fop, contentLength, task, nm)) { in processDownload()336 private boolean downloadToFile(@NonNull InputStream is, @NonNull FileOutputStream fop, in downloadToFile() method in DownloadService.ProcessingRunnable