Searched refs:IkeAuthEapConfig (Results 1 – 4 of 4) sorted by relevance
466 public static class IkeAuthEapConfig extends IkeAuthConfig { class in IkeSessionParams470 private IkeAuthEapConfig(EapSessionConfig eapConfig) { in IkeAuthEapConfig() method in IkeSessionParams.IkeAuthEapConfig684 mLocalAuthConfig = new IkeAuthEapConfig(eapConfig); in setAuthEap()947 if (!(mLocalAuthConfig instanceof IkeAuthEapConfig)) { in build()953 IkeAuthEapConfig ikeAuthEapConfig = (IkeAuthEapConfig) mLocalAuthConfig; in build()
30 import static android.net.ipsec.ike.IkeSessionParams.IkeAuthEapConfig;363 assertTrue(localConfig instanceof IkeAuthEapConfig); in testBuildWithEap()365 assertEquals(eapConfig, ((IkeAuthEapConfig) localConfig).mEapConfig); in testBuildWithEap()623 assertTrue(localConfig instanceof IkeAuthEapConfig); in testBuildWithEapOnlyOption()
224 …public static class IkeSessionParams.IkeAuthEapConfig extends android.net.ipsec.ike.IkeSessionPara…
3538 IkeSessionParams.IkeAuthEapConfig ikeAuthEapConfig = in enterState()3539 (IkeSessionParams.IkeAuthEapConfig) mIkeSessionParams.getLocalAuthConfig(); in enterState()