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

  /packages/apps/Settings/src/com/android/settings/wifi/
AccessPoint.java 37 static final int SECURITY_NONE = 0;
60 return (config.wepKeys[0] != null) ? SECURITY_WEP : SECURITY_NONE;
71 return SECURITY_NONE;
101 mSignal.setImageState((security != SECURITY_NONE) ?
215 if (security == SECURITY_NONE) {
WifiApDialog.java 57 private int mSecurityType = AccessPoint.SECURITY_NONE;
84 case AccessPoint.SECURITY_NONE:
122 case AccessPoint.SECURITY_NONE:
172 mSecurityType = AccessPoint.SECURITY_NONE;
183 if (mSecurityType == AccessPoint.SECURITY_NONE) {
WifiDialog.java 85 mSecurity = (accessPoint == null) ? AccessPoint.SECURITY_NONE : accessPoint.security;
108 case AccessPoint.SECURITY_NONE:
285 if (mSecurity == AccessPoint.SECURITY_NONE) {
WifiSettings.java 197 if (mSelected.security != AccessPoint.SECURITY_NONE) {
216 } else if (mSelected.security == AccessPoint.SECURITY_NONE) {

Completed in 70 milliseconds