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.java66 private final String mCallContext; field in ImsPhoneCall
71 mCallContext = CONTEXT_UNKNOWN; in ImsPhoneCall()
76 mCallContext = context; in ImsPhoneCall()
139 sb.append(mCallContext); in toString()
171 Rlog.v(LOG_TAG, "attach : " + mCallContext + " conn = " + conn); in attach()
182 Rlog.v(LOG_TAG, "attach : " + mCallContext + " state = " + in attach()
216 Rlog.v(LOG_TAG, "connectionDisconnected : " + mCallContext + " state = " + in connectionDisconnected()
228 Rlog.v(LOG_TAG, "detach : " + mCallContext + " conn = " + conn); in detach()
263 Rlog.v(LOG_TAG, "onHangupLocal : " + mCallContext + " state = " + mState); in onHangupLocal()
311 Rlog.d(LOG_TAG, "merge(" + mCallContext + "): " + that + "state = " in merge()
[all …]