Searched refs:IKE_OPTION_INITIAL_CONTACT (Results 1 – 8 of 8) sorted by relevance
25 import static android.net.ipsec.ike.IkeSessionParams.IKE_OPTION_INITIAL_CONTACT;118 EXPECTED_IKE_OPTIONS.add(IKE_OPTION_INITIAL_CONTACT);320 verifyAddIkeOption(IKE_OPTION_INITIAL_CONTACT); in testAddIkeOption()348 verifyRemoveIkeOption(IKE_OPTION_INITIAL_CONTACT); in testRemoveIkeOption()
29 import static android.net.ipsec.test.ike.IkeSessionParams.IKE_OPTION_INITIAL_CONTACT;264 .addIkeOption(IKE_OPTION_INITIAL_CONTACT) in testAddInitialContactIkeOption()270 assertTrue(sessionParams.hasIkeOption(IKE_OPTION_INITIAL_CONTACT)); in testAddInitialContactIkeOption()291 .addIkeOption(IKE_OPTION_INITIAL_CONTACT) in testAddAndRemoveInitialContactIkeOption()292 .removeIkeOption(IKE_OPTION_INITIAL_CONTACT) in testAddAndRemoveInitialContactIkeOption()298 assertFalse(sessionParams.hasIkeOption(IKE_OPTION_INITIAL_CONTACT)); in testAddAndRemoveInitialContactIkeOption()
111 IKE_OPTION_INITIAL_CONTACT,186 public static final int IKE_OPTION_INITIAL_CONTACT = 4; field in IkeSessionParams
570 assertTrue(firstTunnelParams.hasIkeOption(IkeSessionParams.IKE_OPTION_INITIAL_CONTACT)); in testInitialContactForFirstTunnelOnly()571 assertFalse(secondTunnelParams.hasIkeOption(IkeSessionParams.IKE_OPTION_INITIAL_CONTACT)); in testInitialContactForFirstTunnelOnly()2972 assertFalse(ikeSessionParams.hasIkeOption(IkeSessionParams.IKE_OPTION_INITIAL_CONTACT)); in testEmergencyPdnFailedEstablishWithImsPdn_establishWithSeparateEpdg()3001 assertTrue(ikeSessionParams.hasIkeOption(IkeSessionParams.IKE_OPTION_INITIAL_CONTACT)); in testEmergencyPdnFailedEstablishWithImsPdn_establishWithSeparateEpdg()
241 field public static final int IKE_OPTION_INITIAL_CONTACT = 4; // 0x4
29 import static android.net.ipsec.ike.IkeSessionParams.IKE_OPTION_INITIAL_CONTACT;4231 if (mIkeSessionParams.hasIkeOption(IKE_OPTION_INITIAL_CONTACT)) { in buildIkeAuthReq()
1215 builder.addIkeOption(IkeSessionParams.IKE_OPTION_INITIAL_CONTACT); in buildIkeSessionParams()
6030 buildIkeSessionParamsWithIkeOptions(IkeSessionParams.IKE_OPTION_INITIAL_CONTACT); in testInitialContact()