Searched refs:mCallType (Results 1 – 5 of 5) sorted by relevance
86 private int mCallType; field in ImsExternalCallState100 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()
361 public int mCallType; field in ImsCallProfile488 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 …]
81 profile.mCallType = ImsCallProfile.CALL_TYPE_VT_TX; in testNonNulllVideoProfile()
787 mImsCallProfile.mCallType = ImsCallProfile.CALL_TYPE_VT; in testNotifyHandovers()
320 switch (localProfile.mCallType) { in applyLocalCallCapabilities()336 switch (remoteProfile.mCallType) { in applyRemoteCallCapabilities()