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.java184 public int mCallType; field in ImsCallProfile
195 mCallType = CALL_TYPE_VOICE_N_VIDEO; in ImsCallProfile()
202 mCallType = callType; in ImsCallProfile()
262 mCallType = profile.mCallType; in updateCallType()
273 ", callType=" + mCallType + in toString()
286 out.writeInt(mCallType); in writeToParcel()
293 mCallType = in.readInt(); in readFromParcel()
319 switch (callProfile.mCallType) { in getVideoStateFromImsCallProfile()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java741 int callType = localCallProfile.mCallType; in updateMediaCapabilities()
751 boolean newRemoteVideoCapable = remoteCallProfile.mCallType in updateMediaCapabilities()