HomeSort by relevance Sort by last modified time
    Searched refs:mAccessPoint (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/src/com/android/settings/wifi/
WifiDialog.java 34 private final AccessPoint mAccessPoint;
51 mAccessPoint = accessPoint;
65 mController = new WifiConfigController(this, mView, mAccessPoint, mEdit);
WifiConfigController.java 79 private final AccessPoint mAccessPoint;
158 mAccessPoint = accessPoint;
184 if (mAccessPoint == null) { // new network
213 mConfigUi.setTitle(mAccessPoint.ssid);
218 if (mAccessPoint.networkId != INVALID_NETWORK_ID) {
219 WifiConfiguration config = mAccessPoint.getConfig();
245 if ((mAccessPoint.networkId == INVALID_NETWORK_ID && !mAccessPoint.isActive())
262 final DetailedState state = mAccessPoint.getState();
270 state, mAccessPoint.networkId =
    [all...]
WifiConfigUiForSetupWizardXL.java 45 private AccessPoint mAccessPoint;
66 mAccessPoint = accessPoint;
71 mController = new WifiConfigController(this, mView, mAccessPoint, edit);
118 return mAccessPoint;
WriteWifiConfigToNfcDialog.java 63 private AccessPoint mAccessPoint;
83 mAccessPoint = accessPoint;
124 = mWifiManager.getWpsNfcConfigurationToken(mAccessPoint.networkId);
227 if (mAccessPoint.security == AccessPoint.SECURITY_WEP) {
229 } else if (mAccessPoint.security == AccessPoint.SECURITY_PSK) {

Completed in 73 milliseconds