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.java483 final RekeyIkeLocalCreate mRekeyIkeLocalCreate = new RekeyIkeLocalCreate(); field in IkeSessionStateMachine
590 addState(mRekeyIkeLocalCreate, mKillIkeSessionParent); in IkeSessionStateMachine()
591 addState(mSimulRekeyIkeLocalCreate, mRekeyIkeLocalCreate); in IkeSessionStateMachine()
1593 transitionTo(mRekeyIkeLocalCreate); in executeLocalRequest()