Home
last modified time | relevance | path

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

/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadThread.java242 private long mSpeedSampleBytes; field in DownloadThread
739 final long sampleSpeed = ((currentBytes - mSpeedSampleBytes) * 1000) in updateProgress()
754 mSpeedSampleBytes = currentBytes; in updateProgress()