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.java61 private final String mCallContext; field in ImsPhoneCall
66 mCallContext = CONTEXT_UNKNOWN; in ImsPhoneCall()
71 mCallContext = context; in ImsPhoneCall()
126 sb.append(mCallContext); in toString()
155 Rlog.v(LOG_TAG, "attach : " + mCallContext + " conn = " + conn); in attach()
165 Rlog.v(LOG_TAG, "attach : " + mCallContext + " state = " + in attach()
195 Rlog.v(LOG_TAG, "connectionDisconnected : " + mCallContext + " state = " + in connectionDisconnected()
207 Rlog.v(LOG_TAG, "detach : " + mCallContext + " conn = " + conn); in detach()
236 Rlog.v(LOG_TAG, "onHangupLocal : " + mCallContext + " state = " + mState); in onHangupLocal()
278 Rlog.d(LOG_TAG, "merge(" + mCallContext + "): " + that + "state = " in merge()
[all …]