Lines Matching refs:quit

88  * <p>If it is desirable to completely stop the state machine call <code>quit</code> or
683 /** true if StateMachine has quit */
778 * State entered when a valid quit message is handled.
902 * see if the last transition was to quit or halt.
923 * Cleanup all the static variables and the looper after the SM has been quit.
927 // If we made the thread then quit looper which stops the thread.
928 getLooper().quit();
1255 /** @see StateMachine#quit() */
1256 private final void quit() {
1257 if (mDbg) mSm.log("quit:");
1267 /** Validate that the message was sent by quit or quitNow. */
1383 // mSmHandler can be null if the state machine has quit.
1393 // mSmHandler can be null if the state machine has quit.
1466 * This will be called once after a quit message that was NOT handled by
1503 // mSmHandler can be null if the state machine has quit.
1514 // mSmHandler can be null if the state machine has quit.
1524 // mSmHandler can be null if the state machine has quit.
1534 // mSmHandler can be null if the state machine has quit.
1560 // mSmHandler can be null if the state machine has quit.
1593 * @return Handler, maybe null if state machine has quit.
1602 * Note: The handler can be null if the state machine has quit,
1616 * Note: The handler can be null if the state machine has quit,
1632 * Note: The handler can be null if the state machine has quit,
1649 * Note: The handler can be null if the state machine has quit,
1667 * Note: The handler can be null if the state machine has quit,
1685 * Note: The handler can be null if the state machine has quit,
1703 * Message is ignored if state machine has quit.
1706 // mSmHandler can be null if the state machine has quit.
1716 * Message is ignored if state machine has quit.
1719 // mSmHandler can be null if the state machine has quit.
1729 * Message is ignored if state machine has quit.
1732 // mSmHandler can be null if the state machine has quit.
1742 * Message is ignored if state machine has quit.
1745 // mSmHandler can be null if the state machine has quit.
1755 * Message is ignored if state machine has quit.
1758 // mSmHandler can be null if the state machine has quit.
1768 * Message is ignored if state machine has quit.
1771 // mSmHandler can be null if the state machine has quit.
1781 * Message is ignored if state machine has quit.
1784 // mSmHandler can be null if the state machine has quit.
1794 * Message is ignored if state machine has quit.
1797 // mSmHandler can be null if the state machine has quit.
1807 * Message is ignored if state machine has quit.
1810 // mSmHandler can be null if the state machine has quit.
1820 * Message is ignored if state machine has quit.
1823 // mSmHandler can be null if the state machine has quit.
1833 * Message is ignored if state machine has quit.
1837 // mSmHandler can be null if the state machine has quit.
1847 * Message is ignored if state machine has quit.
1850 // mSmHandler can be null if the state machine has quit.
1861 * Message is ignored if state machine has quit.
1864 // mSmHandler can be null if the state machine has quit.
1875 * Message is ignored if state machine has quit.
1878 // mSmHandler can be null if the state machine has quit.
1889 * Message is ignored if state machine has quit.
1892 // mSmHandler can be null if the state machine has quit.
1904 * Message is ignored if state machine has quit.
1907 // mSmHandler can be null if the state machine has quit.
1918 * Message is ignored if state machine has quit.
1921 // mSmHandler can be null if the state machine has quit.
1932 * Message is ignored if state machine has quit.
1935 // mSmHandler can be null if the state machine has quit.
1947 // mSmHandler can be null if the state machine has quit.
1997 * {@link StateMachine#quit} or {@link StateMachine#quitNow}.
2000 // mSmHandler can be null if the state machine has quit.
2010 public final void quit() {
2015 smh.quit();
2033 // mSmHandler can be null if the state machine has quit.
2046 // mSmHandler can be null if the state machine has quit.
2057 // mSmHandler can be null if the state machine has quit.