Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DWifiDownloadReceiver.java19 public class WifiDownloadReceiver extends BroadcastReceiver { class
34 public WifiDownloadReceiver(PMCMainActivity activity, String url, int interval, in WifiDownloadReceiver() method in WifiDownloadReceiver
DPMCMainActivity.java70 private WifiDownloadReceiver mDR = null;
206 mDR = new WifiDownloadReceiver(PMCMainActivity.this, in startDownloadFile()