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.java64 private final String mCallContext; field in ImsPhoneCall
69 mCallContext = CONTEXT_UNKNOWN; in ImsPhoneCall()
74 mCallContext = context; in ImsPhoneCall()
137 sb.append(mCallContext); in toString()
169 Rlog.v(LOG_TAG, "attach : " + mCallContext + " conn = " + conn); in attach()
180 Rlog.v(LOG_TAG, "attach : " + mCallContext + " state = " + in attach()
214 Rlog.v(LOG_TAG, "connectionDisconnected : " + mCallContext + " state = " + in connectionDisconnected()
226 Rlog.v(LOG_TAG, "detach : " + mCallContext + " conn = " + conn); in detach()
261 Rlog.v(LOG_TAG, "onHangupLocal : " + mCallContext + " state = " + mState); in onHangupLocal()
309 Rlog.d(LOG_TAG, "merge(" + mCallContext + "): " + that + "state = " in merge()
[all …]