Searched refs:mSecurityType (Results 1 – 6 of 6) sorted by relevance
41 private int mSecurityType; field in WifiTetherSecurityPreferenceController56 mSecurityType = getCarWifiApConfig().getAuthType(); in onCreateInternal()62 getPreference().setValue(String.valueOf(mSecurityType)); in onCreateInternal()68 mSecurityType = Integer.parseInt(newValue.toString()); in handlePreferenceChanged()77 preference.setValue(Integer.toString(mSecurityType)); in updateState()82 int stringResId = mSecurityType == WifiConfiguration.KeyMgmt.WPA2_PSK in getSummary()95 config.allowedKeyManagement.set(mSecurityType); in updateSecurityType()97 if (mSecurityType == WifiConfiguration.KeyMgmt.NONE) { in updateSecurityType()109 intent.putExtra(KEY_SECURITY_TYPE, mSecurityType); in broadcastSecurityTypeChanged()
58 mSecurityType = intent.getIntExtra(67 private int mSecurityType = AccessPoint.SECURITY_NONE; field in AddWifiFragment86 mSecurityType = savedInstanceState.getInt(KEY_SECURITY_TYPE, AccessPoint.SECURITY_NONE); in onCreate()94 outState.putInt(KEY_SECURITY_TYPE, mSecurityType); in onSaveInstanceState()136 !TextUtils.isEmpty(mNetworkName) && mSecurityType == AccessPoint.SECURITY_NONE); in setButtonEnabledState()
33 private final int mSecurityType; field in AccessPointSecurity51 mSecurityType = securityType; in AccessPointSecurity()55 return mSecurityType; in getSecurityType()60 switch(mSecurityType) { in toString()
52 mSecurityType = intent.getIntExtra(60 private int mSecurityType = AccessPoint.SECURITY_NONE; field in NetworkPasswordPreferenceController93 preference.setVisible(mSecurityType != AccessPoint.SECURITY_NONE); in updateState()100 int netId = WifiUtil.connectToAccessPoint(getContext(), mNetworkName, mSecurityType, in handlePreferenceChanged()
61 mSecurityType = intent.getIntExtra(71 private int mSecurityType; field in WifiTetherPasswordPreferenceController88 mSecurityType = getCarWifiApConfig().getAuthType(); in onCreateInternal()177 getPreference().setVisible(mSecurityType != WifiConfiguration.KeyMgmt.NONE); in updatePasswordDisplay()
187 securityType = builder.mSecurityType; in WifiInfo()218 private String mSecurityType; field in WifiInfo.Builder243 mSecurityType = securityType; in setSecurityType()