Home
last modified time | relevance | path

Searched refs:addIkeOption (Results 1 – 4 of 4) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DIkeSessionParamsTest.java213 .addIkeOption(IKE_OPTION_ACCEPT_ANY_REMOTE_ID) in testAddIkeOption()
226 .addIkeOption(IKE_OPTION_ACCEPT_ANY_REMOTE_ID) in testAddAndRemoveIkeOption()
239 new IkeSessionParams.Builder(mMockConnectManager).addIkeOption(IKE_OPTION_INVALID); in testAddInvalidIkeOption()
258 .addIkeOption(IKE_OPTION_ACCEPT_ANY_REMOTE_ID) in testCheckInvalidIkeOption()
581 .addIkeOption(IKE_OPTION_EAP_ONLY_AUTH) in testExpceptionOnEapOnlyOptionWithoutEapAuth()
599 .addIkeOption(IKE_OPTION_EAP_ONLY_AUTH) in testExceptionOnEapOnlyOptionWithEapOnlyUnsafeMethod()
615 .addIkeOption(IKE_OPTION_EAP_ONLY_AUTH) in testBuildWithEapOnlyOption()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java903 public Builder addIkeOption(@IkeOption int ikeOption) { in addIkeOption() method in IkeSessionParams.Builder
/packages/modules/IPsec/api/
Dsystem-current.txt184 method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder addIkeOption(int);
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java2616 .addIkeOption(IkeSessionParams.IKE_OPTION_ACCEPT_ANY_REMOTE_ID) in testAuthWithOptionAcceptAnyRemoteId()
4724 .addIkeOption(IKE_OPTION_EAP_ONLY_AUTH) in testEapOnlyOption()