Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DWifiDownloadReceiver.java26 long mDownloadStartTime; field in WifiDownloadReceiver
40 mDownloadStartTime = -1; in WifiDownloadReceiver()
72 if (mDownloadStartTime == -1) { in scheduleDownload()
74 mDownloadStartTime = System.currentTimeMillis(); in scheduleDownload()
94 long durationInMilliSeconds = (System.currentTimeMillis() - mDownloadStartTime); in getDownloadRate()