Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java63 private final String mCallContext; field in ImsPhoneCall
68 mCallContext = CONTEXT_UNKNOWN; in ImsPhoneCall()
73 mCallContext = context; in ImsPhoneCall()
136 sb.append(mCallContext); in toString()
168 Rlog.v(LOG_TAG, "attach : " + mCallContext + " conn = " + conn); in attach()
179 Rlog.v(LOG_TAG, "attach : " + mCallContext + " state = " + in attach()
213 Rlog.v(LOG_TAG, "connectionDisconnected : " + mCallContext + " state = " + in connectionDisconnected()
225 Rlog.v(LOG_TAG, "detach : " + mCallContext + " conn = " + conn); in detach()
260 Rlog.v(LOG_TAG, "onHangupLocal : " + mCallContext + " state = " + mState); in onHangupLocal()
304 Rlog.d(LOG_TAG, "merge(" + mCallContext + "): " + that + "state = " in merge()
[all …]