Searched refs:mDownloadSpeed (Results 1 - 1 of 1) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadNotifier.java78 @GuardedBy("mDownloadSpeed")
79 private final LongSparseLongArray mDownloadSpeed = new LongSparseLongArray(); field in class:DownloadNotifier
85 @GuardedBy("mDownloadSpeed")
103 synchronized (mDownloadSpeed) {
105 mDownloadSpeed.put(id, bytesPerSecond);
108 mDownloadSpeed.delete(id);
211 synchronized (mDownloadSpeed) {
216 speed += mDownloadSpeed.get(info.mId);
325 synchronized (mDownloadSpeed) {
326 for (int i = 0; i < mDownloadSpeed
[all...]

Completed in 41 milliseconds