Searched refs:IkeAuthEapConfig (Results 1 – 5 of 5) sorted by relevance
1104 return IkeAuthEapConfig.fromPersistableBundle(in); in fromPersistableBundle()1457 public static class IkeAuthEapConfig extends IkeAuthConfig { class in IkeSessionParams1465 IkeAuthEapConfig(EapSessionConfig eapConfig) { in IkeAuthEapConfig() method in IkeSessionParams.IkeAuthEapConfig1477 public static IkeAuthEapConfig fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle()1486 return new IkeAuthEapConfig(eapConfig); in fromPersistableBundle()1515 if (!super.equals(o) || !(o instanceof IkeAuthEapConfig)) { in equals()1519 return mEapConfig.equals(((IkeAuthEapConfig) o).mEapConfig); in equals()1840 new IkeAuthEapConfig(eapConfig), in setAuthEap()2314 if (!(mLocalAuthConfig instanceof IkeAuthEapConfig)) { in build()2320 IkeAuthEapConfig ikeAuthEapConfig = (IkeAuthEapConfig) mLocalAuthConfig; in build()[all …]
31 import static android.net.ipsec.ike.IkeSessionParams.IkeAuthEapConfig;449 assertTrue(localConfig instanceof IkeAuthEapConfig); in testBuildWithEap()450 assertEquals(EAP_ALL_METHODS_CONFIG, ((IkeAuthEapConfig) localConfig).getEapConfig()); in testBuildWithEap()469 assertTrue(localConfig instanceof IkeAuthEapConfig); in testBuildWithEapOnlyAuth()470 assertEquals(EAP_ONLY_SAFE_METHODS_CONFIG, ((IkeAuthEapConfig) localConfig).getEapConfig()); in testBuildWithEapOnlyAuth()
35 import static android.net.ipsec.test.ike.IkeSessionParams.IkeAuthEapConfig;540 assertTrue(localConfig instanceof IkeAuthEapConfig); in testBuildWithEap()542 assertEquals(eapConfig, ((IkeAuthEapConfig) localConfig).mEapConfig); in testBuildWithEap()844 assertTrue(localConfig instanceof IkeAuthEapConfig); in testBuildWithEapOnlyOption()917 verifyPersistableBundleEncodeDecodeIsLossless(new IkeAuthEapConfig(eapSessionConfig)); in testPersistableBundleEncodeDecodeAuthEap()
279 …public static class IkeSessionParams.IkeAuthEapConfig extends android.net.ipsec.ike.IkeSessionPara…
4494 IkeSessionParams.IkeAuthEapConfig ikeAuthEapConfig = in enterState()4495 (IkeSessionParams.IkeAuthEapConfig) mIkeSessionParams.getLocalAuthConfig(); in enterState()