Lines Matching defs:quit

86  * <p>If it is desirable to completely stop the state machine call <code>quit</code> or
681 /** true if StateMachine has quit */
768 * State entered when a valid quit message is handled.
890 * see if the last transition was to quit or halt.
911 * Cleanup all the static variables and the looper after the SM has been quit.
915 // If we made the thread then quit looper which stops the thread.
916 getLooper().quit();
1214 /** @see StateMachine#quit() */
1215 private final void quit() {
1216 if (mDbg) mSm.log("quit:");
1226 /** Validate that the message was sent by quit or quitNow. */
1334 // mSmHandler can be null if the state machine has quit.
1344 // mSmHandler can be null if the state machine has quit.
1417 * This will be called once after a quit message that was NOT handled by
1454 // mSmHandler can be null if the state machine has quit.
1464 // mSmHandler can be null if the state machine has quit.
1474 // mSmHandler can be null if the state machine has quit.
1500 // mSmHandler can be null if the state machine has quit.
1533 * @return Handler, maybe null if state machine has quit.
1542 * Note: The handler can be null if the state machine has quit,
1556 * Note: The handler can be null if the state machine has quit,
1572 * Note: The handler can be null if the state machine has quit,
1589 * Note: The handler can be null if the state machine has quit,
1607 * Note: The handler can be null if the state machine has quit,
1625 * Note: The handler can be null if the state machine has quit,
1643 * Message is ignored if state machine has quit.
1646 // mSmHandler can be null if the state machine has quit.
1656 * Message is ignored if state machine has quit.
1659 // mSmHandler can be null if the state machine has quit.
1669 * Message is ignored if state machine has quit.
1672 // mSmHandler can be null if the state machine has quit.
1682 * Message is ignored if state machine has quit.
1685 // mSmHandler can be null if the state machine has quit.
1695 * Message is ignored if state machine has quit.
1698 // mSmHandler can be null if the state machine has quit.
1708 * Message is ignored if state machine has quit.
1711 // mSmHandler can be null if the state machine has quit.
1721 * Message is ignored if state machine has quit.
1724 // mSmHandler can be null if the state machine has quit.
1734 * Message is ignored if state machine has quit.
1737 // mSmHandler can be null if the state machine has quit.
1747 * Message is ignored if state machine has quit.
1750 // mSmHandler can be null if the state machine has quit.
1760 * Message is ignored if state machine has quit.
1763 // mSmHandler can be null if the state machine has quit.
1773 * Message is ignored if state machine has quit.
1777 // mSmHandler can be null if the state machine has quit.
1787 * Message is ignored if state machine has quit.
1790 // mSmHandler can be null if the state machine has quit.
1801 * Message is ignored if state machine has quit.
1804 // mSmHandler can be null if the state machine has quit.
1815 * Message is ignored if state machine has quit.
1818 // mSmHandler can be null if the state machine has quit.
1829 * Message is ignored if state machine has quit.
1832 // mSmHandler can be null if the state machine has quit.
1844 * Message is ignored if state machine has quit.
1847 // mSmHandler can be null if the state machine has quit.
1858 * Message is ignored if state machine has quit.
1861 // mSmHandler can be null if the state machine has quit.
1872 * Message is ignored if state machine has quit.
1875 // mSmHandler can be null if the state machine has quit.
1887 // mSmHandler can be null if the state machine has quit.
1937 * {@link StateMachine#quit} or {@link StateMachine#quitNow}.
1940 // mSmHandler can be null if the state machine has quit.
1950 protected final void quit() {
1955 smh.quit();
1973 // mSmHandler can be null if the state machine has quit.
1986 // mSmHandler can be null if the state machine has quit.
1997 // mSmHandler can be null if the state machine has quit.