Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java367 mNotifier.notifyDownloadSpeed(mId, 0); in run()
751 mNotifier.notifyDownloadSpeed(mId, mSpeed); in updateProgress()
DDownloadNotifier.java136 public void notifyDownloadSpeed(long id, long bytesPerSecond) { in notifyDownloadSpeed() method in DownloadNotifier