Home | History | Annotate | Download | only in util

Lines Matching refs:quitNow

89  * <code>quitNow</code>. These will call <code>exit</code> of the current state and its parents,
1261 /** @see StateMachine#quitNow() */
1262 private final void quitNow() {
1263 if (mDbg) mSm.log("quitNow:");
1267 /** Validate that the message was sent by quit or quitNow. */
1997 * {@link StateMachine#quit} or {@link StateMachine#quitNow}.
2021 public final void quitNow() {
2026 smh.quitNow();