Searched refs:eapMethod (Results 1 – 1 of 1) sorted by relevance
510 int eapMethod = mEapMethodSpinner.getSelectedItemPosition(); in getConfig() local512 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() local818 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 …]