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