Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/
DAccessPoint.java48 static final int SECURITY_NONE = 0; field in AccessPoint
83 return (config.wepKeys[0] != null) ? SECURITY_WEP : SECURITY_NONE; in getSecurity()
94 return SECURITY_NONE; in getSecurity()
122 case SECURITY_NONE: in getSecurityString()
215 signal.setImageState((security != SECURITY_NONE) ? in onBindView()
345 if (security != SECURITY_NONE) { in refresh()
372 if (security != SECURITY_NONE) in generateOpenNetworkConfig()
DWifiConfigController.java150 mAccessPointSecurity = (accessPoint == null) ? AccessPoint.SECURITY_NONE : in WifiConfigController()
323 case AccessPoint.SECURITY_NONE: in getConfig()
516 if (mAccessPointSecurity == AccessPoint.SECURITY_NONE) { in showSecurityFields()
DWifiSettings.java526 } else if (mSelectedAccessPoint.security == AccessPoint.SECURITY_NONE) { in onContextItemSelected()
553 if (mSelectedAccessPoint.security == AccessPoint.SECURITY_NONE && in onPreferenceTreeClick()
DWifiSettingsForSetupWizardXL.java452 } else if (selectedAccessPoint.security == AccessPoint.SECURITY_NONE) { in showConfigUi()