Searched refs:StateInfo (Results 1 – 2 of 2) sorted by relevance
700 private StateInfo mStateStack[];706 private StateInfo mTempStateStack[];724 private class StateInfo { class in StateMachine.SmHandler729 StateInfo parentStateInfo;745 private HashMap<State, StateInfo> mStateInfo = new HashMap<State, StateInfo>();864 StateInfo commonStateInfo = setupTempStateStackWithStatesToEnter(destState); in performTransitions()944 for (StateInfo si : mStateInfo.values()) { in completeConstruction()946 for (StateInfo i = si; i != null; depth++) { in completeConstruction()955 mStateStack = new StateInfo[maxDepth]; in completeConstruction()956 mTempStateStack = new StateInfo[maxDepth]; in completeConstruction()[all …]
5876 com.android.internal.util.StateMachine$SmHandler$StateInfo