Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DWifiConfigController.java1159 String eapCertSelection = (String) mEapCaCertSpinner.getSelectedItem(); in showEapFieldsByMethod() local
1160 if (eapCertSelection.equals(mDoNotValidateEapServerString) in showEapFieldsByMethod()
1161 || eapCertSelection.equals(mUnspecifiedCertString)) { in showEapFieldsByMethod()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java1190 String eapCertSelection = (String) mEapCaCertSpinner.getSelectedItem(); in showEapFieldsByMethod() local
1191 if (eapCertSelection.equals(mDoNotValidateEapServerString) in showEapFieldsByMethod()
1192 || eapCertSelection.equals(mUnspecifiedCertString)) { in showEapFieldsByMethod()