Searched refs:mKillChildSessionParent (Results 1 – 1 of 1) sorted by relevance
215 @VisibleForTesting final State mKillChildSessionParent = new KillChildSessionParent(); field in ChildSessionStateMachine267 addState(mKillChildSessionParent); in ChildSessionStateMachine()269 addState(mInitial, mKillChildSessionParent); in ChildSessionStateMachine()270 addState(mCreateChildLocalCreate, mKillChildSessionParent); in ChildSessionStateMachine()271 addState(mIdle, mKillChildSessionParent); in ChildSessionStateMachine()272 addState(mIdleWithDeferredRequest, mKillChildSessionParent); in ChildSessionStateMachine()273 addState(mClosedAndAwaitResponse, mKillChildSessionParent); in ChildSessionStateMachine()274 addState(mDeleteChildLocalDelete, mKillChildSessionParent); in ChildSessionStateMachine()275 addState(mDeleteChildRemoteDelete, mKillChildSessionParent); in ChildSessionStateMachine()276 addState(mRekeyChildLocalCreate, mKillChildSessionParent); in ChildSessionStateMachine()[all …]