Searched refs:SM_QUIT_CMD (Results 1 – 1 of 1) sorted by relevance
428 private static final int SM_QUIT_CMD = -1; field in StateMachine795 if (mSm != null && msg.what != SM_INIT_CMD && msg.what != SM_QUIT_CMD) { in handleMessage()806 if (mIsConstructionCompleted || (mMsg.what == SM_QUIT_CMD)) { in handleMessage()823 if (mSm != null && msg.what != SM_INIT_CMD && msg.what != SM_QUIT_CMD) { in handleMessage()1257 sendMessage(obtainMessage(SM_QUIT_CMD, mSmHandlerObj)); in quit()1263 sendMessageAtFrontOfQueue(obtainMessage(SM_QUIT_CMD, mSmHandlerObj)); in quitNow()1268 return (msg.what == SM_QUIT_CMD) && (msg.obj == mSmHandlerObj); in isQuit()2001 if (smh == null) return msg.what == SM_QUIT_CMD; in isQuit()