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

/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java461 * @param orgState is the first state the received the message but
466 LogRec(StateMachine sm, Message msg, String info, IState state, IState orgState, argument
468 update(sm, msg, info, state, orgState, transToState);
474 * @param orgState is the first state the received the message
477 public void update(StateMachine sm, Message msg, String info, IState state, IState orgState, argument
484 mOrgState = orgState;
651 * @param orgState is the first state the received the message but
658 IState orgState, IState transToState) {
661 mLogRecVector.add(new LogRec(sm, msg, messageInfo, state, orgState, transToState));
668 pmi.update(sm, msg, messageInfo, state, orgState, transToStat
657 add(StateMachine sm, Message msg, String messageInfo, IState state, IState orgState, IState transToState) argument
[all...]

Completed in 33 milliseconds