/** @return ture if msg is quit */
 protected final boolean isQuit(Message msg) {
   return mSmHandler.isQuit(msg);
 }