Searched refs:mDbg (Results 1 – 1 of 1) sorted by relevance
680 private boolean mDbg = false; field in StateMachine.SmHandler781 if (mDbg) mSm.log("handleMessage: E msg.what=" + msg.what); in handleMessage()803 if (mDbg && mSm != null) mSm.log("handleMessage: X"); in handleMessage()844 if (mDbg) mSm.log("handleMessage: new destination call exit/enter"); in performTransitions()924 if (mDbg) mSm.log("completeConstruction: E"); in completeConstruction()940 if (mDbg) mSm.log("completeConstruction: maxDepth=" + maxDepth); in completeConstruction()949 if (mDbg) mSm.log("completeConstruction: X"); in completeConstruction()960 if (mDbg) { in processMsg()979 if (mDbg) { in processMsg()995 if (mDbg) mSm.log("invokeExitMethods: " + curState.getName()); in invokeExitMethods()[all …]