Searched refs:EAP_SIM (Results 1 – 15 of 15) sorted by relevance
34 public static final int EAP_SIM = 18; field in EAPConstants
99 simCred.setEapType(EAPConstants.EAP_SIM); in createCredentialWithSimCredential()487 simCredential.setEapType(EAPConstants.EAP_SIM); in validateCredentialWithUserAndSimCredential()
275 if (eapType == EAPConstants.EAP_SIM) { in parseEapType()
3073 case EAPConstants.EAP_SIM: in updateSavedPasspointProfilesInfo()
57 private static final int TEST_STANDARD_EAP_TYPE = EAPConstants.EAP_SIM;
376 SAVED_PASSPOINT_PROVIDERS_TYPE.put(EAPConstants.EAP_SIM, NUM_EAP_SIM_TYPE); in SAVED_PASSPOINT_PROVIDERS_TYPE.put() argument550 case EAPConstants.EAP_SIM: in createMockProvider()
116 sEapMethods.add(Pair.create(EAPConstants.EAP_SIM, null)); in Pair.create() argument
142 return eapMethod == EAPConstants.EAP_SIM in isCarrierEapMethod()
477 EAPConstants.EAP_SIM, wifiConfig.enterpriseConfig)); in convertFromWifiConfig()769 case EAPConstants.EAP_SIM: in buildEnterpriseConfigForSimCredential()
74 cred.getSimCredential().setEapType(EAPConstants.EAP_SIM); in createCredential()
1121 simCredential.setEapType(EAPConstants.EAP_SIM); in getWifiConfigWithSimCredential()1229 simCredential.setEapType(EAPConstants.EAP_SIM); in convertFromWifiConfigWithSimCredential()1303 simCredential.setEapType(EAPConstants.EAP_SIM); in providerBackedBySimCredential()
337 simCredential.setEapType(EAPConstants.EAP_SIM); in createTestConfigWithSimCredential()1440 simCredential.setEapType(EAPConstants.EAP_SIM); in addLegacyPasspointConfigWithSimCredential()
765 if (mEapType != EAPConstants.EAP_SIM && mEapType != EAPConstants.EAP_AKA in validate()
1963 // EAP_SIM (18)
45896 Landroid/net/wifi/EAPConstants;->EAP_SIM:I