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.java62 private final String mCallContext; field in ImsPhoneCall
67 mCallContext = CONTEXT_UNKNOWN; in ImsPhoneCall()
72 mCallContext = context; in ImsPhoneCall()
129 sb.append(mCallContext); in toString()
158 Rlog.v(LOG_TAG, "attach : " + mCallContext + " conn = " + conn); in attach()
169 Rlog.v(LOG_TAG, "attach : " + mCallContext + " state = " + in attach()
200 Rlog.v(LOG_TAG, "connectionDisconnected : " + mCallContext + " state = " + in connectionDisconnected()
212 Rlog.v(LOG_TAG, "detach : " + mCallContext + " conn = " + conn); in detach()
242 Rlog.v(LOG_TAG, "onHangupLocal : " + mCallContext + " state = " + mState); in onHangupLocal()
285 Rlog.d(LOG_TAG, "merge(" + mCallContext + "): " + that + "state = " in merge()
[all …]