Searched refs:SM_QUIT_CMD (Results 1 – 1 of 1) sorted by relevance
428 private static final int SM_QUIT_CMD = -1; field in StateMachine796 if (mSm != null && msg.what != SM_INIT_CMD && msg.what != SM_QUIT_CMD) { in handleMessage()807 if (mIsConstructionCompleted || (mMsg.what == SM_QUIT_CMD)) { in handleMessage()824 if (mSm != null && msg.what != SM_INIT_CMD && msg.what != SM_QUIT_CMD) { in handleMessage()1258 sendMessage(obtainMessage(SM_QUIT_CMD, mSmHandlerObj)); in quit()1264 sendMessageAtFrontOfQueue(obtainMessage(SM_QUIT_CMD, mSmHandlerObj)); in quitNow()1269 return (msg.what == SM_QUIT_CMD) && (msg.obj == mSmHandlerObj); in isQuit()2015 if (smh == null) return msg.what == SM_QUIT_CMD; in isQuit()