Searched defs:eapMethod (Results 1 – 6 of 6) sorted by relevance
81 public final String eapMethod; field in WifiInfo220 private String eapMethod; field in WifiInfo.Builder252 public Builder setEapMethod(String eapMethod) { in setEapMethod()
230 private boolean isEAPWifiInfoValid(String eapMethod) { in isEAPWifiInfoValid()332 private int getEAPMethodFromString(String eapMethod) { in getEAPMethodFromString()
353 private WifiInfo buildTestWifiInfoForEAPJustAuthMethods(String eapMethod, String phase2Auth) { in buildTestWifiInfoForEAPJustAuthMethods()442 WifiConfiguration wifiConf, int eapMethod, int phase2Auth) { in assertEAP_MethodAndPhase2Auth()
655 int eapMethod = mEapMethodSpinner.getSelectedItemPosition(); in getConfig() local1001 int eapMethod = enterpriseConfig.getEapMethod(); in showSecurityFields() local1094 private void showEapFieldsByMethod(int eapMethod) { in showEapFieldsByMethod()
685 int eapMethod = mEapMethodSpinner.getSelectedItemPosition(); in getConfig() local1032 int eapMethod = enterpriseConfig.getEapMethod(); in showSecurityFields() local1125 private void showEapFieldsByMethod(int eapMethod) { in showEapFieldsByMethod()
686 private void selectEAPMethod(String eapMethod) throws Exception { in selectEAPMethod()