Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java225 private long mLastUpdateBytes = 0; field in DownloadThread
778 final long bytesDelta = currentBytes - mLastUpdateBytes; in updateProgress()
787 mLastUpdateBytes = currentBytes; in updateProgress()