Searched refs:mCallType (Results 1 – 3 of 3) sorted by relevance
49 private int mCallType; field in ImsExternalCallState61 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()
209 public int mCallType; field in ImsCallProfile220 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()
228 switch (localProfile.mCallType) { in applyLocalCallCapabilities()247 switch (remoteProfile.mCallType) { in applyRemoteCallCapabilities()