Home
last modified time | relevance | path

Searched refs:mDestination (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
DFileDownloader.java41 private File mDestination; field in FileDownloader
47 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()