Searched refs: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
464 ProcessedMessageInfo(Message msg, String info, State state, State orgState) { argument
465 update(msg, info, state, orgState);
471 * @param orgState is the first state the received the message but
474 public void update(Message msg, String info, State state, State orgState) { argument
479 mOrgState = orgState;
529 sb.append(" orgState=");
625 * @param orgState is the first state the received the message but
628 void add(Message msg, String messageInfo, State state, State orgState) { argument
631 mMessages.add(new ProcessedMessageInfo(msg, messageInfo, state, orgState));
[all...]

Completed in 80 milliseconds