Home
last modified time | relevance | path

Searched refs:mMobikeLocalInfo (Results 1 – 2 of 2) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java6871 mIkeSessionStateMachine.mMobikeLocalInfo, in verifySetNetworkInIdleState()
7080 CMD_FORCE_TRANSITION, mIkeSessionStateMachine.mMobikeLocalInfo); in verifyMobikeLocalInfoSendsRequest()
7152 CMD_FORCE_TRANSITION, mIkeSessionStateMachine.mMobikeLocalInfo); in testMobikeLocalInfoHandlesResponseWithNatDetection()
7169 CMD_FORCE_TRANSITION, mIkeSessionStateMachine.mMobikeLocalInfo); in testMobikeLocalInfoHandlesResponseWithoutNatDetection()
7189 CMD_FORCE_TRANSITION, mIkeSessionStateMachine.mMobikeLocalInfo); in testMobikeLocalInfoHandlesResponseWithNatDetectedIpv6()
7288 mIkeSessionStateMachine.mMobikeLocalInfo, in testNattKeepaliveStoppedDuringMobilityEvent()
7304 CMD_FORCE_TRANSITION, mIkeSessionStateMachine.mMobikeLocalInfo); in testMobikeLocalInfoHandlesDeleteRequest()
7313 verifyIkeDeleteRequestHandled(mIkeSessionStateMachine.mMobikeLocalInfo); in testMobikeLocalInfoHandlesDeleteRequest()
7322 CMD_FORCE_TRANSITION, mIkeSessionStateMachine.mMobikeLocalInfo); in testMobikeLocalInfoHandlesNonDeleteRequest()
7340 mIkeSessionStateMachine.mMobikeLocalInfo, in testMobikeLocalInfoHandlesNonDeleteRequest()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java506 @VisibleForTesting final MobikeLocalInfo mMobikeLocalInfo = new MobikeLocalInfo(); field in IkeSessionStateMachine
600 addState(mMobikeLocalInfo, mKillIkeSessionParent); in IkeSessionStateMachine()
1613 transitionTo(mMobikeLocalInfo); in executeLocalRequest()