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()
216 signal.setImageState((security != SECURITY_NONE) ? in onBindView()
364 if (security != SECURITY_NONE) { in refresh()
391 if (security != SECURITY_NONE) in generateOpenNetworkConfig()
DWifiConfigController.java149 mAccessPointSecurity = (accessPoint == null) ? AccessPoint.SECURITY_NONE : in WifiConfigController()
343 case AccessPoint.SECURITY_NONE: in getConfig()
561 if (mAccessPointSecurity == AccessPoint.SECURITY_NONE) { in showSecurityFields()
DWifiSettings.java584 } else if (mSelectedAccessPoint.security == AccessPoint.SECURITY_NONE) { in onContextItemSelected()
611 if (mSelectedAccessPoint.security == AccessPoint.SECURITY_NONE && in onPreferenceTreeClick()
DWifiSettingsForSetupWizardXL.java449 } else if (selectedAccessPoint.security == AccessPoint.SECURITY_NONE) { in showConfigUi()