Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/statemachine/
DStateMachine.java701 private StateInfo mStateStack[];
707 private StateInfo mTempStateStack[];
725 private class StateInfo { class in StateMachine.SmHandler
730 StateInfo parentStateInfo;
746 private HashMap<State, StateInfo> mStateInfo = new HashMap<State, StateInfo>();
873 StateInfo commonStateInfo = setupTempStateStackWithStatesToEnter(destState); in performTransitions()
955 for (StateInfo si : mStateInfo.values()) { in completeConstruction()
957 for (StateInfo i = si; i != null; depth++) { in completeConstruction()
966 mStateStack = new StateInfo[maxDepth]; in completeConstruction()
967 mTempStateStack = new StateInfo[maxDepth]; in completeConstruction()
[all …]