Searched refs:CMD_LOCAL_REQUEST_CREATE_IKE (Results 1 – 4 of 4) sorted by relevance
25 …port static com.android.internal.net.ipsec.ike.IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE;231 if (type >= CMD_LOCAL_REQUEST_CREATE_IKE && type <= CMD_LOCAL_REQUEST_MOBIKE) return; in validateTypeOrThrow()333 case CMD_LOCAL_REQUEST_CREATE_IKE: // Fallthrough in procedureTypeToPriority()
336 static final int CMD_LOCAL_REQUEST_CREATE_IKE = CMD_IKE_LOCAL_REQUEST_BASE + 1; field in IkeSessionStateMachine362 CMD_TO_STR.put(CMD_LOCAL_REQUEST_CREATE_IKE, "Create IKE"); in CMD_TO_STR.put() argument747 CMD_LOCAL_REQUEST_CREATE_IKE, in openSession()748 mLocalRequestFactory.getIkeLocalRequest(CMD_LOCAL_REQUEST_CREATE_IKE)); in openSession()1260 case CMD_LOCAL_REQUEST_CREATE_IKE: in processStateMessage()
22 …static com.android.internal.net.ipsec.test.ike.IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE;184 LocalRequestFactory.procedureTypeToPriority(CMD_LOCAL_REQUEST_CREATE_IKE)); in testProcedureTypeToPriority()
1573 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testCreateIkeLocalIkeInitNegotiatesDhGroup()1603 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testCreateIkeLocalIkeInitReceivesCookie()1650 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testCreateIkeLocalIkeInitRcvRespAfterRcvCookie()1671 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testCreateIkeLocalIkeInitSwitchesToEncapPorts()1714 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testCreateIkeLocalIkeInitNatTraversalWithEnforcePort4500()1731 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testCreateIkeLocalIkeInitNatTraversalNotSupported()1753 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in triggerAndVerifyIkeInitReq()4302 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testIkeInitSchedulesRekey()5133 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testHandleUnexpectedExceptionInEnterState()5169 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testCreateIkeLocalIkeInitRcvErrorNotify()