Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DWifiEnterpriseConfig.java420 String phase2Method = removeDoubleQuotes(loader.loadValue(PHASE2_KEY)); in loadFromSupplicant() local
474 public void setPhase2Method(int phase2Method) { in setPhase2Method()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java935 public EnterpriseConfig setPhase2(int phase2Method) { in setPhase2()