Searched refs:mCallType (Results 1 – 4 of 4) sorted by relevance
84 private int mCallType; field in ImsExternalCallState98 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()
306 public int mCallType; field in ImsCallProfile402 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 …]
284 switch (localProfile.mCallType) { in applyLocalCallCapabilities()300 switch (remoteProfile.mCallType) { in applyRemoteCallCapabilities()
691 mImsCallProfile.mCallType = ImsCallProfile.CALL_TYPE_VT; in testNotifyHandovers()