Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/
DImsExternalCallState.java86 private int mCallType; field in ImsExternalCallState
100 mCallType = callType; in ImsExternalCallState()
114 mCallType = callType; in ImsExternalCallState()
139 mCallType = callType; in ImsExternalCallState()
152 mCallType = in.readInt(); in ImsExternalCallState()
169 out.writeInt(mCallType); in writeToParcel()
211 return mCallType; in getCallType()
226 ", mCallType = " + mCallType + in toString()
DImsCallProfile.java361 public int mCallType; field in ImsCallProfile
488 mCallType = CALL_TYPE_VOICE_N_VIDEO; in ImsCallProfile()
514 mCallType = callType; in ImsCallProfile()
543 mCallType = callType; in ImsCallProfile()
611 mCallType = profile.mCallType; in updateCallType()
655 + ", callType=" + mCallType in toString()
676 out.writeInt(mCallType); in writeToParcel()
690 mCallType = in.readInt(); in readFromParcel()
719 return mCallType; in getCallType()
763 int videostate = getVideoStateFromCallType(callProfile.mCallType); in getVideoStateFromImsCallProfile()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsCallTest.java81 profile.mCallType = ImsCallProfile.CALL_TYPE_VT_TX; in testNonNulllVideoProfile()
DImsPhoneCallTrackerTest.java787 mImsCallProfile.mCallType = ImsCallProfile.CALL_TYPE_VT; in testNotifyHandovers()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java320 switch (localProfile.mCallType) { in applyLocalCallCapabilities()
336 switch (remoteProfile.mCallType) { in applyRemoteCallCapabilities()