Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/
DImsExternalCallState.java84 private int mCallType; field in ImsExternalCallState
98 mCallType = callType; in ImsExternalCallState()
112 mCallType = callType; in ImsExternalCallState()
137 mCallType = callType; in ImsExternalCallState()
150 mCallType = in.readInt(); in ImsExternalCallState()
167 out.writeInt(mCallType); in writeToParcel()
209 return mCallType; in getCallType()
223 ", mCallType = " + mCallType + in toString()
DImsCallProfile.java306 public int mCallType; field in ImsCallProfile
402 mCallType = CALL_TYPE_VOICE_N_VIDEO; in ImsCallProfile()
428 mCallType = callType; in ImsCallProfile()
457 mCallType = callType; in ImsCallProfile()
525 mCallType = profile.mCallType; in updateCallType()
546 + ", callType=" + mCallType in toString()
565 out.writeInt(mCallType); in writeToParcel()
577 mCallType = in.readInt(); in readFromParcel()
604 return mCallType; in getCallType()
631 int videostate = getVideoStateFromCallType(callProfile.mCallType); in getVideoStateFromImsCallProfile()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java284 switch (localProfile.mCallType) { in applyLocalCallCapabilities()
300 switch (remoteProfile.mCallType) { in applyRemoteCallCapabilities()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java691 mImsCallProfile.mCallType = ImsCallProfile.CALL_TYPE_VT; in testNotifyHandovers()