Home
last modified time | relevance | path

Searched refs:phase2Method (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DWifiEnterpriseConfig.java320 public void setPhase2Method(int phase2Method) { in setPhase2Method() argument
321 switch (phase2Method) { in setPhase2Method()
331 Phase2.PREFIX + Phase2.strings[phase2Method])); in setPhase2Method()
343 String phase2Method = removeDoubleQuotes(mFields.get(PHASE2_KEY)); in getPhase2Method() local
345 if (phase2Method.startsWith(Phase2.PREFIX)) { in getPhase2Method()
346 phase2Method = phase2Method.substring(Phase2.PREFIX.length()); in getPhase2Method()
348 return getStringIndex(Phase2.strings, phase2Method, Phase2.NONE); in getPhase2Method()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
DCredential.java198 private static EAPMethod mapEapMethod(int eapMethod, int phase2Method) throws IOException {
205 switch (phase2Method) {
217 phase2Method + " not valid for Passpoint");