Searched refs:IkeSessionConfiguration (Results 1 – 6 of 6) sorted by relevance
63 ENABLED_EXTENSIONS.add(IkeSessionConfiguration.EXTENSION_TYPE_FRAGMENTATION);66 private void verifyBuildCommon(IkeSessionConfiguration config) { in verifyBuildCommon()76 config.isIkeExtensionEnabled(IkeSessionConfiguration.EXTENSION_TYPE_FRAGMENTATION)); in verifyBuildCommon()77 assertFalse(config.isIkeExtensionEnabled(IkeSessionConfiguration.EXTENSION_TYPE_MOBIKE)); in verifyBuildCommon()85 IkeSessionConfiguration config = in testBuildWithoutConfigPayload()86 new IkeSessionConfiguration( in testBuildWithoutConfigPayload()103 IkeSessionConfiguration config = in testBuildWithConfigPayload()104 new IkeSessionConfiguration( in testBuildWithConfigPayload()116 new IkeSessionConfiguration( in testBuildWithNullValueConnectionInfo()
51 public final class IkeSessionConfiguration { class75 public IkeSessionConfiguration( in IkeSessionConfiguration() method in IkeSessionConfiguration
44 void onOpened(@NonNull IkeSessionConfiguration sessionConfiguration); in onOpened()
145 method public void onOpened(@NonNull android.net.ipsec.ike.IkeSessionConfiguration);148 public final class IkeSessionConfiguration {
18 import static android.net.ipsec.ike.IkeSessionConfiguration.EXTENSION_TYPE_FRAGMENTATION;69 import android.net.ipsec.ike.IkeSessionConfiguration;3175 protected IkeSessionConfiguration buildIkeSessionConfiguration(IkeMessage ikeMessage) { in buildIkeSessionConfiguration()3190 return new IkeSessionConfiguration( in buildIkeSessionConfiguration()3195 IkeSessionConfiguration ikeSessionConfig = buildIkeSessionConfiguration(msg); in notifyIkeSessionSetup()
19 import static android.net.ipsec.ike.IkeSessionConfiguration.EXTENSION_TYPE_FRAGMENTATION;97 import android.net.ipsec.ike.IkeSessionConfiguration;2244 ArgumentCaptor<IkeSessionConfiguration> ikeSessionConfigurationArgumentCaptor = in verifyAuthenticationCommonAndGetIkeMessage()2245 ArgumentCaptor.forClass(IkeSessionConfiguration.class); in verifyAuthenticationCommonAndGetIkeMessage()2248 IkeSessionConfiguration sessionConfig = ikeSessionConfigurationArgumentCaptor.getValue(); in verifyAuthenticationCommonAndGetIkeMessage()2267 IkeSessionConfiguration.EXTENSION_TYPE_FRAGMENTATION)); in verifyAuthenticationCommonAndGetIkeMessage()