Searched refs:bytesPerSecond (Results 1 – 1 of 1) sorted by relevance
127 public void notifyDownloadSpeed(long id, long bytesPerSecond) { in notifyDownloadSpeed() argument129 if (bytesPerSecond != 0) { in notifyDownloadSpeed()130 mDownloadSpeed.put(id, bytesPerSecond); in notifyDownloadSpeed()