Searched refs:mSpeedSampleBytes (Results 1 – 1 of 1) sorted by relevance
242 private long mSpeedSampleBytes; field in DownloadThread740 final long sampleSpeed = ((currentBytes - mSpeedSampleBytes) * 1000) in updateProgress()755 mSpeedSampleBytes = currentBytes; in updateProgress()