Home | History | Annotate | Download | only in phone

Lines Matching refs:VDBG

66     private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2);
405 if (VDBG) log("- connection is ringing! state = " + state);
434 if (VDBG) log("Holding wake lock on new incoming connection.");
453 if (VDBG) log("- onNewRingingConnection() done.");
557 if (VDBG) log("- CallerInfo already up to date, using available data");
560 if (VDBG) log("- Starting query, posting timeout message.");
660 if (VDBG) log("- starting call waiting tone...");
679 if (VDBG) log("onPhoneStateChanged: state = " + state);
722 if (VDBG) log("onPhoneStateChanged: OFF HOOK");
740 if (VDBG) log("onPhoneStateChanged: it is an emergency call.");
802 if (VDBG) log("CallerInfo query complete, posting missed call notification");
809 if (VDBG) log("CallerInfo query complete (for CallNotifier), "
897 if (VDBG) log("onDisconnect()... CallManager state: " + mCM.getState());
1023 if (VDBG) log("- need to play CALL_ENDED tone!");
1073 if (VDBG) log("- starting post-disconnect tone (" + toneToPlay + ")...");
1116 if (VDBG) log("resetAudioStateAfterDisconnect()...");
1130 if (VDBG) log("onMwiChanged(): " + visible);
1157 if (VDBG) log("onCfiChanged(): " + visible);
1699 if (VDBG) log("showMissedCallNotification: Querying for CallerInfo on missed call...");
1753 if (VDBG) log("call startEmergencyToneOrVibrate.");
1782 if (VDBG) log("call stopEmergencyToneOrVibrate.");
1803 if (VDBG) log("- Got BluetoothHeadset: " + mBluetoothHeadset);