Searched refs:mDownloadStartTime (Results 1 – 1 of 1) sorted by relevance
26 long mDownloadStartTime; field in WifiDownloadReceiver40 mDownloadStartTime = -1; in WifiDownloadReceiver()72 if (mDownloadStartTime == -1) { in scheduleDownload()74 mDownloadStartTime = System.currentTimeMillis(); in scheduleDownload()94 long durationInMilliSeconds = (System.currentTimeMillis() - mDownloadStartTime); in getDownloadRate()