Lines Matching defs:log

69         if (DBG) log("new SipPhone: " + profile.getUriString());
99 if (DBG) log("takeIncomingCall: ret=null, not a SipAudioCall");
103 if (DBG) log("takeIncomingCall: ret=null, ringingCall not alive");
112 log("takeIncomingCall: ret=null," + " foreground and background both alive");
119 if (DBG) log("takeIncomingCall: taking call from: "
128 if (DBG) log(" takeIncomingCall: call cancelled !!");
138 if (DBG) log(" takeIncomingCall: exception e=" + e);
141 if (DBG) log("takeIncomingCall: NOT taking !!");
151 if (DBG) log("acceptCall: accepting");
157 log("acceptCall:" +
169 if (DBG) log("rejectCall: rejecting");
173 log("rejectCall:" +
190 if (DBG) log("dialInternal: dialString=" + (VDBG ? dialString : "xxxxxx"));
216 if (DBG) log("dialInternal: switch fg and bg");
226 if (DBG) log("canConference: ret=true");
239 if (DBG) log("conference: merge fg & bg");
414 private void log(String s) {
436 if (SC_DBG) log("reset");
442 if (SC_DBG) log("switchWith");
452 if (SC_DBG) log("takeOver");
467 if (SC_VDBG) log("getConnections");
475 if (SC_DBG) log("dial: num=" + (SC_VDBG ? originalNumber : "xxx"));
501 if (SC_DBG) log("hangup: call " + getState()
514 if (SC_DBG) log("hangup: dead call " + getState()
534 if (SC_DBG) log("rejectCall:");
539 if (SC_DBG) log("acceptCall: accepting");
552 if (SC_VDBG) log("isSpeakerOn: ret=" + ret);
559 if (SC_DBG) log("setAudioGroupMode: audioGroup == null ignore");
572 if (SC_DBG) log(String.format(
578 if (SC_DBG) log("hold:");
585 if (SC_DBG) log("unhold:");
595 if (SC_DBG) log("setMute: muted=" + muted);
605 if (SC_DBG) log("getMute: ret=" + ret);
610 if (SC_DBG) log("merge:");
628 if (SC_DBG) log("add:");
638 if (SC_DBG) log("sendDtmf: c=" + c);
641 if (SC_DBG) log("sendDtmf: audioGroup == null, ignore c=" + c);
668 if (SC_DBG) log("setState: cur state" + mState
686 if (SC_DBG) log("onConnectionStateChanged: conn=" + conn);
694 if (SC_DBG) log("onConnectionEnded: conn=" + conn);
697 if (SC_DBG) log("---check connections: "
700 if (SC_DBG) log(" state=" + c.getState() + ": "
717 private void log(String s) {
747 if (SCN_DBG) log("[SipAudioCallAdapter] onCallEnded: "
796 if (SCN_DBG) log("onChanged: "
804 if (SCN_DBG) log("onError: " + cause);
885 if (SCN_DBG) log("setState: prev muted=" + !muted + " new muted=" + muted);
933 if (SCN_DBG) log("hangup: conn=" + mPeer.getUriString()
965 if (SCN_DBG) log("separate: conn="
986 private void log(String s) {
1001 if (SACA_DBG) log("onCallEnded: call=" + call);
1009 if (SACA_DBG) log("onCallBusy: call=" + call);
1017 log("onError: call=" + call + " code="+ SipErrorCode.toString(errorCode)
1053 private void log(String s) {