Home
last modified time | relevance | path

Searched defs: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
816 int eapMethod = enterpriseConfig.getEapMethod(); in showSecurityFields() local
899 private void showEapFieldsByMethod(int eapMethod) { in showEapFieldsByMethod()