Home
last modified time | relevance | path

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

/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DWifiDownloadReceiver.java93 public int getDownloadRate() { in getDownloadRate() method in WifiDownloadReceiver
126 publishProgress(mFileCount, getDownloadRate()); in doInBackground()
H A DPMCMainActivity.java431 + Integer.toString(mDR.getDownloadRate()) + " bytes/sec"; in onReceive()