Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java531 @VisibleForTesting final State mRekeyIkeLocalCreate = new RekeyIkeLocalCreate(); field in IkeSessionStateMachine
650 addState(mRekeyIkeLocalCreate, mKillIkeSessionParent); in IkeSessionStateMachine()
651 addState(mSimulRekeyIkeLocalCreate, mRekeyIkeLocalCreate); in IkeSessionStateMachine()
1405 transitionTo(mRekeyIkeLocalCreate); in executeLocalRequest()