Home | History | Annotate | Download | only in phone

Lines Matching refs:logD

93                     logD("dtmf confirmation received from FW.");
98 logD("dtmf stop received");
113 logD("Call disconnected");
123 logD("Call updated");
162 logD("startDialerSession()... this = " + this);
172 logD("- startDialerSession: mLocalToneEnabled = " + mLocalToneEnabled);
240 logD("startDtmfTone()...");
247 logD("send long dtmf for " + c);
310 logD("startDtmfTone: mToneGenerator == null, tone: " + c);
312 logD("starting local tone " + c);
329 logD("trying to stop local tone...");
333 logD("stopLocalTone: mToneGenerator == null");
335 logD("stopping local tone.");
392 logD("checkCallState");
403 private static void logD(String msg) {