Searched refs:EAP_METHODS (Results 1 – 1 of 1) sorted by relevance
70 private static Map<String, Integer> EAP_METHODS = buildEapMethodsMap(); field in WifiConfigurationProvider233 return EAP_METHODS.containsKey(eapMethod); in isEAPWifiInfoValid()337 if (EAP_METHODS.containsKey(eapMethod)) { in getEAPMethodFromString()338 return EAP_METHODS.get(eapMethod); in getEAPMethodFromString()