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()
2948 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() argument552 case EAPConstants.EAP_SIM: in createMockProvider()
116 sEapMethods.add(Pair.create(EAPConstants.EAP_SIM, null)); in Pair.create() argument
462 EAPConstants.EAP_SIM, wifiConfig.enterpriseConfig)); in convertFromWifiConfig()667 case EAPConstants.EAP_SIM: in buildEnterpriseConfigForSimCredential()
142 return eapMethod == EAPConstants.EAP_SIM in isCarrierEapMethod()
74 cred.getSimCredential().setEapType(EAPConstants.EAP_SIM); in createCredential()
1113 simCredential.setEapType(EAPConstants.EAP_SIM); in getWifiConfigWithSimCredential()1221 simCredential.setEapType(EAPConstants.EAP_SIM); in convertFromWifiConfigWithSimCredential()1295 simCredential.setEapType(EAPConstants.EAP_SIM); in providerBackedBySimCredential()
299 simCredential.setEapType(EAPConstants.EAP_SIM); in createTestConfigWithSimCredential()1324 simCredential.setEapType(EAPConstants.EAP_SIM); in addLegacyPasspointConfigWithSimCredential()
765 if (mEapType != EAPConstants.EAP_SIM && mEapType != EAPConstants.EAP_AKA in validate()
1853 // EAP_SIM (18)
49235 Landroid/net/wifi/EAPConstants;->EAP_SIM:I