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

/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiConfigController.java380 int eapMethod = mEapMethodSpinner.getSelectedItemPosition();
382 config.enterpriseConfig.setEapMethod(eapMethod);
383 switch (eapMethod) {
599 int eapMethod = enterpriseConfig.getEapMethod();
601 mEapMethodSpinner.setSelection(eapMethod);
602 showEapFieldsByMethod(eapMethod);
603 switch (eapMethod) {
660 private void showEapFieldsByMethod(int eapMethod) { argument
672 switch (eapMethod) {

Completed in 41 milliseconds