Home
last modified time | relevance | path

Searched refs:eapMethod (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java510 int eapMethod = mEapMethodSpinner.getSelectedItemPosition(); in getConfig() local
512 config.enterpriseConfig.setEapMethod(eapMethod); in getConfig()
513 switch (eapMethod) { in getConfig()
585 if (eapMethod == Eap.SIM || eapMethod == Eap.AKA || eapMethod == Eap.AKA_PRIME) { in getConfig()
588 } else if (eapMethod == Eap.PWD) { in getConfig()
816 int eapMethod = enterpriseConfig.getEapMethod(); in showSecurityFields() local
818 mEapMethodSpinner.setSelection(eapMethod); in showSecurityFields()
819 showEapFieldsByMethod(eapMethod); in showSecurityFields()
820 switch (eapMethod) { in showSecurityFields()
899 private void showEapFieldsByMethod(int eapMethod) { in showEapFieldsByMethod() argument
[all …]