Searched refs:PHASE2_KEY (Results 1 – 3 of 3) sorted by relevance
50 public static final String PHASE2_KEY = "phase2"; field in WifiEnterpriseConfig392 return saver.saveValue(PHASE2_KEY, value); in saveToSupplicant()395 return saver.saveValue(PHASE2_KEY, null); in saveToSupplicant()420 String phase2Method = removeDoubleQuotes(loader.loadValue(PHASE2_KEY)); in loadFromSupplicant()
149 WifiEnterpriseConfig.PHASE2_KEY); in getSupplicantPhase2Method()
830 unquote(networkVariables.get(WifiEnterpriseConfig.PHASE2_KEY))); in testSaveLoadSingleEapNetwork()