Searched refs:PHASE2_AUTH (Results 1 – 1 of 1) sorted by relevance
74 private static Map<String, Integer> PHASE2_AUTH = buildPhase2AuthMap(); field in WifiConfigurationProvider231 return PHASE2_AUTH.containsKey(phase2Auth); in isPhase2AuthWifiInfoValid()347 if (PHASE2_AUTH.containsKey(phase2Auth)) { in getPhase2AuthFromString()348 return PHASE2_AUTH.get(phase2Auth); in getPhase2AuthFromString()