Home
last modified time | relevance | path

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

/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DUrlDownloaderTask.java47 private OutputStream mProgressReportingOutputStream; field in UrlDownloaderTask
161 mProgressReportingOutputStream = new ProgressReportingOutputStream(mFile); in download()
168 int bytesCopied = IoUtils.copy(connection.getInputStream(), mProgressReportingOutputStream); in download()
172 mProgressReportingOutputStream.close(); in download()