Home | History | Annotate | Download | only in service

Lines Matching refs:wifiManager

11 import android.net.wifi.WifiManager;
97 WifiManager wifiManager = (WifiManager) mContext.getSystemService(Context.WIFI_SERVICE);
98 WifiInfo wifiInfo = wifiManager.getConnectionInfo();
99 Network network = wifiManager.getCurrentNetwork();
135 WifiManager wifiManager = (WifiManager) mContext.getSystemService(Context.WIFI_SERVICE);
136 WifiInfo wifiInfo = wifiManager.getConnectionInfo();
145 update.remediate(wifiManager.getCurrentNetwork());
187 WifiManager wifiManager = (WifiManager) mContext.getSystemService(Context.WIFI_SERVICE);
188 mActiveWifiInfo = wifiManager.getConnectionInfo();
205 WifiManager wifiManager = (WifiManager) mContext.getSystemService(Context.WIFI_SERVICE);
206 Network network = wifiManager.getCurrentNetwork();
356 WifiManager wifiManager = (WifiManager) context.getSystemService(Context.WIFI_SERVICE);
357 List<WifiConfiguration> configs = wifiManager.getPrivilegedConfiguredNetworks();
553 WifiManager wifiManager = (WifiManager) mContext.getSystemService(Context.WIFI_SERVICE);
554 return Utils.mapEnum(wifiManager.matchProviderWithCurrentNetwork(fqdn),