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) ?
345 if (security != SECURITY_NONE) {
372 if (security != SECURITY_NONE)
WifiConfigController.java 74 // e.g. AccessPoint.SECURITY_NONE
143 mAccessPointSecurity = (accessPoint == null) ? AccessPoint.SECURITY_NONE :
322 case AccessPoint.SECURITY_NONE:
520 if (mAccessPointSecurity == AccessPoint.SECURITY_NONE) {
WifiSettings.java 358 } else if (mSelectedAccessPoint.security == AccessPoint.SECURITY_NONE) {
384 if (mSelectedAccessPoint.security == AccessPoint.SECURITY_NONE &&
    [all...]
WifiSettingsForSetupWizardXL.java 470 } else if (selectedAccessPoint.security == AccessPoint.SECURITY_NONE) {
498 * @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 718 milliseconds