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.java345 public int mCallType; field in ImsCallProfile
472 mCallType = CALL_TYPE_VOICE_N_VIDEO; in ImsCallProfile()
498 mCallType = callType; in ImsCallProfile()
527 mCallType = callType; in ImsCallProfile()
595 mCallType = profile.mCallType; in updateCallType()
639 + ", callType=" + mCallType in toString()
660 out.writeInt(mCallType); in writeToParcel()
674 mCallType = in.readInt(); in readFromParcel()
703 return mCallType; in getCallType()
747 int videostate = getVideoStateFromCallType(callProfile.mCallType); in getVideoStateFromImsCallProfile()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java320 switch (localProfile.mCallType) { in applyLocalCallCapabilities()
336 switch (remoteProfile.mCallType) { in applyRemoteCallCapabilities()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java786 mImsCallProfile.mCallType = ImsCallProfile.CALL_TYPE_VT; in testNotifyHandovers()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt68079 Landroid/telephony/ims/ImsExternalCallState;->mCallType:I