Searched refs:openOutput (Results 1 – 1 of 1) sorted by relevance
641 os = openOutput(file.dest, append); in downloadFile()871 FileOutputStream os = openOutput(dest, false); in download()912 private FileOutputStream openOutput(String dest, boolean append) in openOutput() method in DownloaderActivity.Downloader