Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java127 public void notifyDownloadSpeed(long id, long bytesPerSecond) { in notifyDownloadSpeed() argument
129 if (bytesPerSecond != 0) { in notifyDownloadSpeed()
130 mDownloadSpeed.put(id, bytesPerSecond); in notifyDownloadSpeed()