Searched refs:CMD_LOCAL_REQUEST_CREATE_IKE (Results 1 – 4 of 4) sorted by relevance
28 …port static com.android.internal.net.ipsec.ike.IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE;235 if (type >= CMD_LOCAL_REQUEST_CREATE_IKE && type <= CMD_LOCAL_REQUEST_ON_DEMAND_DPD) { in validateTypeOrThrow()339 case CMD_LOCAL_REQUEST_CREATE_IKE: // Fallthrough in procedureTypeToPriority()
343 static final int CMD_LOCAL_REQUEST_CREATE_IKE = CMD_IKE_LOCAL_REQUEST_BASE + 1; field in IkeSessionStateMachine378 CMD_TO_STR.put(CMD_LOCAL_REQUEST_CREATE_IKE, "Create IKE"); in CMD_TO_STR.put() argument852 CMD_LOCAL_REQUEST_CREATE_IKE, in openSession()853 mLocalRequestFactory.getIkeLocalRequest(CMD_LOCAL_REQUEST_CREATE_IKE)); in openSession()1394 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()
1732 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testCreateIkeLocalIkeInitNegotiatesDhGroup()1773 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testCreateIkeLocalIkeInitReceivesCookie()1820 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testCreateIkeLocalIkeInitRcvRespAfterRcvCookie()1886 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testCreateIkeLocalIkeInitNatTraversalNotSupported()1939 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in triggerAndVerifyIkeInitReq()4814 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testIkeInitSchedulesRekey()5732 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testHandleUnexpectedExceptionInEnterState()5768 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testCreateIkeLocalIkeInitRcvErrorNotify()7585 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testHandleRetransmissionTimeout()