Lines Matching defs:quit

85  * <p>If it is desirable to completely stop the state machine call <code>quit</code> or
676 /** true if StateMachine has quit */
763 * State entered when a valid quit message is handled.
877 * see if the last transition was to quit or halt.
898 * Cleanup all the static variables and the looper after the SM has been quit.
902 // If we made the thread then quit looper which stops the thread.
903 getLooper().quit();
1201 /** @see StateMachine#quit() */
1202 private final void quit() {
1203 if (mDbg) mSm.log("quit:");
1213 /** Validate that the message was sent by quit or quitNow. */
1306 // mSmHandler can be null if the state machine has quit.
1316 // mSmHandler can be null if the state machine has quit.
1389 * This will be called once after a quit message that was NOT handled by
1426 // mSmHandler can be null if the state machine has quit.
1436 // mSmHandler can be null if the state machine has quit.
1446 // mSmHandler can be null if the state machine has quit.
1472 // mSmHandler can be null if the state machine has quit.
1505 * @return Handler, maybe null if state machine has quit.
1514 * Note: The handler can be null if the state machine has quit,
1528 * Note: The handler can be null if the state machine has quit,
1544 * Note: The handler can be null if the state machine has quit,
1561 * Note: The handler can be null if the state machine has quit,
1579 * Note: The handler can be null if the state machine has quit,
1597 * Note: The handler can be null if the state machine has quit,
1615 * Message is ignored if state machine has quit.
1618 // mSmHandler can be null if the state machine has quit.
1628 * Message is ignored if state machine has quit.
1631 // mSmHandler can be null if the state machine has quit.
1641 * Message is ignored if state machine has quit.
1644 // mSmHandler can be null if the state machine has quit.
1654 * Message is ignored if state machine has quit.
1657 // mSmHandler can be null if the state machine has quit.
1667 * Message is ignored if state machine has quit.
1670 // mSmHandler can be null if the state machine has quit.
1680 * Message is ignored if state machine has quit.
1683 // mSmHandler can be null if the state machine has quit.
1693 * Message is ignored if state machine has quit.
1696 // mSmHandler can be null if the state machine has quit.
1706 * Message is ignored if state machine has quit.
1709 // mSmHandler can be null if the state machine has quit.
1719 * Message is ignored if state machine has quit.
1722 // mSmHandler can be null if the state machine has quit.
1732 * Message is ignored if state machine has quit.
1735 // mSmHandler can be null if the state machine has quit.
1745 * Message is ignored if state machine has quit.
1749 // mSmHandler can be null if the state machine has quit.
1759 * Message is ignored if state machine has quit.
1762 // mSmHandler can be null if the state machine has quit.
1773 * Message is ignored if state machine has quit.
1776 // 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.
1816 * Message is ignored if state machine has quit.
1819 // mSmHandler can be null if the state machine has quit.
1830 * Message is ignored if state machine has quit.
1833 // 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.
1859 // mSmHandler can be null if the state machine has quit.
1868 * {@link StateMachine#quit} or {@link StateMachine#quitNow}.
1871 // mSmHandler can be null if the state machine has quit.
1881 protected final void quit() {
1886 smh.quit();
1904 // mSmHandler can be null if the state machine has quit.
1917 // mSmHandler can be null if the state machine has quit.
1928 // mSmHandler can be null if the state machine has quit.