Searched refs:orgState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java463 * @param orgState is the first state the received the message but
468 LogRec(StateMachine sm, Message msg, String info, IState state, IState orgState, argument
470 update(sm, msg, info, state, orgState, transToState);
476 * @param orgState is the first state the received the message
479 public void update(StateMachine sm, Message msg, String info, IState state, IState orgState, argument
486 mOrgState = orgState;
653 * @param orgState is the first state the received the message but
660 IState orgState, IState transToState) {
663 mLogRecVector.add(new LogRec(sm, msg, messageInfo, state, orgState, transToState));
670 pmi.update(sm, msg, messageInfo, state, orgState, transToStat
659 add(StateMachine sm, Message msg, String messageInfo, IState state, IState orgState, IState transToState) argument
[all...]

Completed in 28 milliseconds