Searched refs:setPhase2Method (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/android/net/wifi/
H A DWifiEnterpriseConfigTest.java166 mEnterpriseConfig.setPhase2Method(Phase2.MSCHAPV2);
185 mEnterpriseConfig.setPhase2Method(Phase2.MSCHAPV2);
190 mEnterpriseConfig.setPhase2Method(Phase2.NONE);
198 mEnterpriseConfig.setPhase2Method(Phase2.GTC);
211 mEnterpriseConfig.setPhase2Method(Phase2.GTC);
225 enterpriseConfig.setPhase2Method(Phase2.GTC);
236 enterpriseConfig.setPhase2Method(Phase2.GTC);
251 enterpriseConfig.setPhase2Method(Phase2.GTC);
254 mEnterpriseConfig.setPhase2Method(Phase2.MSCHAPV2);
/frameworks/base/packages/Osu/src/com/android/configparse/
H A DConfigBuilder.java117 enterpriseConfig.setPhase2Method(remapInnerMethod(ttlsParam.getType()));
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java441 setPhase2Method(Phase2.NONE);
474 public void setPhase2Method(int phase2Method) { method in class:WifiEnterpriseConfig
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DWifiConfigurationHelper.java136 config.enterpriseConfig.setPhase2Method(phase2);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DPasspointManagementObjectManagerTest.java96 enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.PAP);
H A DWifiConfigManagerTest.java936 enterpriseConfig.setPhase2Method(phase2Method);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/configparse/
H A DConfigBuilder.java255 enterpriseConfig.setPhase2Method(remapInnerMethod(ttlsParam.getType()));

Completed in 81 milliseconds