Home
last modified time | relevance | path

Searched refs:EAP_SIM (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DEAPConstants.java34 public static final int EAP_SIM = 18; field in EAPConstants
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/pps/
DCredentialTest.java99 simCred.setEapType(EAPConstants.EAP_SIM); in createCredentialWithSimCredential()
487 simCredential.setEapType(EAPConstants.EAP_SIM); in validateCredentialWithUserAndSimCredential()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DCarrierNetworkConfig.java275 if (eapType == EAPConstants.EAP_SIM) { in parseEapType()
DWifiMetrics.java3073 case EAPConstants.EAP_SIM: in updateSavedPasspointProfilesInfo()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DCarrierNetworkConfigTest.java57 private static final int TEST_STANDARD_EAP_TYPE = EAPConstants.EAP_SIM;
DWifiMetricsTest.java376 SAVED_PASSPOINT_PROVIDERS_TYPE.put(EAPConstants.EAP_SIM, NUM_EAP_SIM_TYPE); in SAVED_PASSPOINT_PROVIDERS_TYPE.put() argument
550 case EAPConstants.EAP_SIM: in createMockProvider()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
DDevDetailMo.java116 sEapMethods.add(Pair.create(EAPConstants.EAP_SIM, null)); in Pair.create() argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DUtils.java142 return eapMethod == EAPConstants.EAP_SIM in isCarrierEapMethod()
DPasspointProvider.java477 EAPConstants.EAP_SIM, wifiConfig.enterpriseConfig)); in convertFromWifiConfig()
769 case EAPConstants.EAP_SIM: in buildEnterpriseConfigForSimCredential()
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/
DPasspointConfigurationTest.java74 cred.getSimCredential().setEapType(EAPConstants.EAP_SIM); in createCredential()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java1121 simCredential.setEapType(EAPConstants.EAP_SIM); in getWifiConfigWithSimCredential()
1229 simCredential.setEapType(EAPConstants.EAP_SIM); in convertFromWifiConfigWithSimCredential()
1303 simCredential.setEapType(EAPConstants.EAP_SIM); in providerBackedBySimCredential()
DPasspointManagerTest.java337 simCredential.setEapType(EAPConstants.EAP_SIM); in createTestConfigWithSimCredential()
1440 simCredential.setEapType(EAPConstants.EAP_SIM); in addLegacyPasspointConfigWithSimCredential()
/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DCredential.java765 if (mEapType != EAPConstants.EAP_SIM && mEapType != EAPConstants.EAP_AKA in validate()
/frameworks/base/proto/src/
Dwifi.proto1963 // EAP_SIM (18)
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt45896 Landroid/net/wifi/EAPConstants;->EAP_SIM:I