Home | History | Annotate | Download | only in phone

Lines Matching defs:VDBG

93     private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2);
291 if (VDBG) Log.d(LOG_TAG, "received EVENT_DOCK_STATE_CHANGED. Phone inDock = "
310 if (VDBG) Log.v(LOG_TAG, "onCreate()...");
405 if (VDBG) Log.v(LOG_TAG, "register for ICC status");
602 if (VDBG) Log.d(LOG_TAG, "requestWakeState(" + ws + ")...");
705 if (VDBG) Log.d(LOG_TAG, "pokeUserActivity()...");
747 if (VDBG) Log.d(LOG_TAG, "onMMIComplete()...");
790 if (VDBG) Log.d(LOG_TAG, "mReceiver: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED");
791 if (VDBG) Log.d(LOG_TAG, "- state: " + intent.getStringExtra(PhoneConstants.STATE_KEY));
792 if (VDBG) Log.d(LOG_TAG, "- reason: "
837 if (VDBG) Log.d(LOG_TAG, "ACTION_DOCK_EVENT -> mDockState = " + mDockState);
854 // TODO: use "if (VDBG)" here.
885 if (VDBG) Log.d(LOG_TAG, "- isOtaCallInActiveState " + otaCallActive);
891 if (VDBG) Log.d(LOG_TAG, "- isOtaCallInEndState " + otaCallEnded);