Home
last modified time | relevance | path

Searched refs:SC_DBG (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java452 private static final boolean SC_DBG = true; field in SipPhone.SipCall
456 if (SC_DBG) log("reset"); in reset()
462 if (SC_DBG) log("switchWith"); in switchWith()
472 if (SC_DBG) log("takeOver"); in takeOver()
495 if (SC_DBG) log("dial: num=" + (SC_VDBG ? originalNumber : "xxx")); in dial()
521 if (SC_DBG) log("hangup: call " + getState() in hangup()
534 if (SC_DBG) log("hangup: dead call " + getState() in hangup()
554 if (SC_DBG) log("rejectCall:"); in rejectCall()
559 if (SC_DBG) log("acceptCall: accepting"); in acceptCall()
579 if (SC_DBG) log("setAudioGroupMode: audioGroup == null ignore"); in setAudioGroupMode()
[all …]