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()
345 public int mCallType; field in ImsCallProfile472 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 …]
320 switch (localProfile.mCallType) { in applyLocalCallCapabilities()336 switch (remoteProfile.mCallType) { in applyRemoteCallCapabilities()
786 mImsCallProfile.mCallType = ImsCallProfile.CALL_TYPE_VT; in testNotifyHandovers()
68079 Landroid/telephony/ims/ImsExternalCallState;->mCallType:I