Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/ims/
DImsExternalCallState.java49 private int mCallType; field in ImsExternalCallState
61 mCallType = callType; in ImsExternalCallState()
72 mCallType = in.readInt(); in ImsExternalCallState()
88 out.writeInt(mCallType); in writeToParcel()
123 return mCallType; in getCallType()
136 ", mCallType = " + mCallType + in toString()
DImsCallProfile.java209 public int mCallType; field in ImsCallProfile
220 mCallType = CALL_TYPE_VOICE_N_VIDEO; in ImsCallProfile()
227 mCallType = callType; in ImsCallProfile()
287 mCallType = profile.mCallType; in updateCallType()
298 ", callType=" + mCallType + in toString()
311 out.writeInt(mCallType); in writeToParcel()
318 mCallType = in.readInt(); in readFromParcel()
343 int videostate = getVideoStateFromCallType(callProfile.mCallType); in getVideoStateFromImsCallProfile()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java228 switch (localProfile.mCallType) { in applyLocalCallCapabilities()
247 switch (remoteProfile.mCallType) { in applyRemoteCallCapabilities()