HomeSort by relevance Sort by last modified time
    Searched defs:currentBytes (Results 1 - 2 of 2) sorted by null

  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 671 final long currentBytes = mInfoDelta.mCurrentBytes;
675 final long sampleSpeed = ((currentBytes - mSpeedSampleBytes) * 1000)
690 mSpeedSampleBytes = currentBytes;
693 final long bytesDelta = currentBytes - mLastUpdateBytes;
702 mLastUpdateBytes = currentBytes;
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 243 milliseconds