Searched refs:IkeAuthEapConfig (Results 1 – 5 of 5) sorted by relevance
746 return IkeAuthEapConfig.fromPersistableBundle(in); in fromPersistableBundle()1099 public static class IkeAuthEapConfig extends IkeAuthConfig { class in IkeSessionParams1107 IkeAuthEapConfig(EapSessionConfig eapConfig) { in IkeAuthEapConfig() method in IkeSessionParams.IkeAuthEapConfig1119 public static IkeAuthEapConfig fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle()1128 return new IkeAuthEapConfig(eapConfig); in fromPersistableBundle()1157 if (!super.equals(o) || !(o instanceof IkeAuthEapConfig)) { in equals()1161 return mEapConfig.equals(((IkeAuthEapConfig) o).mEapConfig); in equals()1464 new IkeAuthEapConfig(eapConfig), in setAuthEap()1841 if (!(mLocalAuthConfig instanceof IkeAuthEapConfig)) { in build()1847 IkeAuthEapConfig ikeAuthEapConfig = (IkeAuthEapConfig) mLocalAuthConfig; in build()
24 import static android.net.ipsec.ike.IkeSessionParams.IkeAuthEapConfig;387 assertTrue(localConfig instanceof IkeAuthEapConfig); in testBuildWithEap()388 assertEquals(EAP_ALL_METHODS_CONFIG, ((IkeAuthEapConfig) localConfig).getEapConfig()); in testBuildWithEap()407 assertTrue(localConfig instanceof IkeAuthEapConfig); in testBuildWithEapOnlyAuth()408 assertEquals(EAP_ONLY_SAFE_METHODS_CONFIG, ((IkeAuthEapConfig) localConfig).getEapConfig()); in testBuildWithEapOnlyAuth()
30 import static android.net.ipsec.test.ike.IkeSessionParams.IkeAuthEapConfig;484 assertTrue(localConfig instanceof IkeAuthEapConfig); in testBuildWithEap()486 assertEquals(eapConfig, ((IkeAuthEapConfig) localConfig).mEapConfig); in testBuildWithEap()746 assertTrue(localConfig instanceof IkeAuthEapConfig); in testBuildWithEapOnlyOption()819 verifyPersistableBundleEncodeDecodeIsLossless(new IkeAuthEapConfig(eapSessionConfig)); in testPersistableBundleEncodeDecodeAuthEap()
247 …public static class IkeSessionParams.IkeAuthEapConfig extends android.net.ipsec.ike.IkeSessionPara…
4070 IkeSessionParams.IkeAuthEapConfig ikeAuthEapConfig = in enterState()4071 (IkeSessionParams.IkeAuthEapConfig) mIkeSessionParams.getLocalAuthConfig(); in enterState()