OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currentBytes
(Results
1 - 2
of
2
) sorted by null
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java
275
final long
currentBytes
= cursor.getLong(UpdateQuery.CURRENT_BYTES);
279
current +=
currentBytes
;
DownloadThread.java
757
final long
currentBytes
= mInfoDelta.mCurrentBytes;
761
final long sampleSpeed = ((
currentBytes
- mSpeedSampleBytes) * 1000)
776
mSpeedSampleBytes =
currentBytes
;
779
final long bytesDelta =
currentBytes
- mLastUpdateBytes;
788
mLastUpdateBytes =
currentBytes
;
[
all
...]
Completed in 405 milliseconds