Searched defs:eapMethod (Results 1 – 7 of 7) 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()
232 private boolean isEAPWifiInfoValid(String eapMethod) { in isEAPWifiInfoValid()336 private int getEAPMethodFromString(String eapMethod) { in getEAPMethodFromString()
95 String eapMethod, in EapSimAkaTypeDataDecoder()
360 private WifiInfo buildTestWifiInfoForEAPJustAuthMethods(String eapMethod, String phase2Auth) { in buildTestWifiInfoForEAPJustAuthMethods()449 WifiConfiguration wifiConf, int eapMethod, int phase2Auth) { in assertEAP_MethodAndPhase2Auth()
669 int eapMethod = mEapMethodSpinner.getSelectedItemPosition(); in getConfig() local1048 final int eapMethod = enterpriseConfig.getEapMethod(); in showSecurityFields() local1152 private void showEapFieldsByMethod(int eapMethod) { in showEapFieldsByMethod()
654 int eapMethod = mEapMethodSpinner.getSelectedItemPosition(); in getConfig() local1000 int eapMethod = enterpriseConfig.getEapMethod(); in showSecurityFields() local1093 private void showEapFieldsByMethod(int eapMethod) { in showEapFieldsByMethod()
686 private void selectEAPMethod(String eapMethod) throws Exception { in selectEAPMethod()