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

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

Completed in 107 milliseconds