Searched refs:mDbg (Results 1 – 1 of 1) sorted by relevance
688 private boolean mDbg = false; field in StateMachine.SmHandler810 if (mDbg) mSm.log("handleMessage: E msg.what=" + msg.what); in handleMessage()831 if (mDbg && mSm != null) mSm.log("handleMessage: X"); in handleMessage()876 if (mDbg) mSm.log("handleMessage: new destination call exit/enter"); in performTransitions()958 if (mDbg) mSm.log("completeConstruction: E"); in completeConstruction()974 if (mDbg) mSm.log("completeConstruction: maxDepth=" + maxDepth); in completeConstruction()983 if (mDbg) mSm.log("completeConstruction: X"); in completeConstruction()994 if (mDbg) { in processMsg()1009 if (mDbg) { in processMsg()1025 if (mDbg) mSm.log("invokeExitMethods: " + curState.getName()); in invokeExitMethods()[all …]