Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/ims/
DImsCallProfile.java182 public int mCallType; field in ImsCallProfile
193 mCallType = CALL_TYPE_VOICE_N_VIDEO; in ImsCallProfile()
200 mCallType = callType; in ImsCallProfile()
260 mCallType = profile.mCallType; in updateCallType()
271 ", callType=" + mCallType + in toString()
285 out.writeInt(mCallType); in writeToParcel()
292 mCallType = in.readInt(); in readFromParcel()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java644 int callType = negotiatedCallProfile.mCallType; in updateMediaCapabilities()
654 int callType = localCallProfile.mCallType; in updateMediaCapabilities()