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.java2948 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
552 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/
DPasspointProvider.java462 EAPConstants.EAP_SIM, wifiConfig.enterpriseConfig)); in convertFromWifiConfig()
667 case EAPConstants.EAP_SIM: in buildEnterpriseConfigForSimCredential()
DUtils.java142 return eapMethod == EAPConstants.EAP_SIM in isCarrierEapMethod()
/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.java1113 simCredential.setEapType(EAPConstants.EAP_SIM); in getWifiConfigWithSimCredential()
1221 simCredential.setEapType(EAPConstants.EAP_SIM); in convertFromWifiConfigWithSimCredential()
1295 simCredential.setEapType(EAPConstants.EAP_SIM); in providerBackedBySimCredential()
DPasspointManagerTest.java299 simCredential.setEapType(EAPConstants.EAP_SIM); in createTestConfigWithSimCredential()
1324 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.proto1853 // EAP_SIM (18)
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt49235 Landroid/net/wifi/EAPConstants;->EAP_SIM:I