Searched refs:mDestination (Results 1 – 1 of 1) sorted by relevance
41 private File mDestination; field in FileDownloader47 this.mDestination = destination; in FileDownloader()55 Log.d("FileDownloader", "downloading " + mDestination.getName() in download()57 + " to " + mDestination.getAbsolutePath()); in download()65 try (OutputStream output = new FileOutputStream(mDestination)) { in download()