Searched refs:mLastUpdateBytes (Results 1 – 1 of 1) sorted by relevance
225 private long mLastUpdateBytes = 0; field in DownloadThread779 final long bytesDelta = currentBytes - mLastUpdateBytes; in updateProgress()788 mLastUpdateBytes = currentBytes; in updateProgress()