HomeSort by relevance Sort by last modified time
    Searched full:unhandledmessage (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/util/
StateMachine.java 66 * <code>unhandledMessage</code> will be invoked to give one last chance for the state machine
274 // Any message we don't understand in this state invokes unhandledMessage
874 * call the state machines unhandledMessage method.
890 mSm.unhandledMessage(msg);
    [all...]
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
StateMachineTest.java     [all...]

Completed in 1170 milliseconds