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

  /packages/apps/Settings/src/com/android/settings/wifi/
AccessPoint.java 48 static final int SECURITY_NONE = 0;
83 return (config.wepKeys[0] != null) ? SECURITY_WEP : SECURITY_NONE;
94 return SECURITY_NONE;
122 case SECURITY_NONE:
215 signal.setImageState((security != SECURITY_NONE) ?
363 if (security != SECURITY_NONE) {
390 if (security != SECURITY_NONE)
WifiConfigController.java 78 // e.g. AccessPoint.SECURITY_NONE
150 mAccessPointSecurity = (accessPoint == null) ? AccessPoint.SECURITY_NONE :
334 case AccessPoint.SECURITY_NONE:
552 if (mAccessPointSecurity == AccessPoint.SECURITY_NONE) {
    [all...]
WifiSettings.java 586 } else if (mSelectedAccessPoint.security == AccessPoint.SECURITY_NONE) {
613 if (mSelectedAccessPoint.security == AccessPoint.SECURITY_NONE &&
    [all...]
WifiSettingsForSetupWizardXL.java 449 } else if (selectedAccessPoint.security == AccessPoint.SECURITY_NONE) {
477 * @param accessPointSecurity type of security. e.g. AccessPoint.SECURITY_NONE
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 44 SECURITY_NONE = 1,
661 encryption_(SECURITY_NONE),
669 bool encrypted() const { return encryption_ != SECURITY_NONE; }
    [all...]
network_library.cc 362 case SECURITY_NONE:
804 { kSecurityNone, SECURITY_NONE }
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 442 connection_security_map["SECURITY_NONE"] = chromeos::SECURITY_NONE;
  /external/chromium/chrome/browser/chromeos/options/
wifi_config_view.cc 448 sec = SECURITY_NONE;
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc     [all...]

Completed in 866 milliseconds