Searched refs:mProgressReportingOutputStream (Results 1 – 1 of 1) sorted by relevance
47 private OutputStream mProgressReportingOutputStream; field in UrlDownloaderTask161 mProgressReportingOutputStream = new ProgressReportingOutputStream(mFile); in download()168 int bytesCopied = IoUtils.copy(connection.getInputStream(), mProgressReportingOutputStream); in download()172 mProgressReportingOutputStream.close(); in download()