Searched refs:mCallType (Results 1 – 6 of 6) sorted by relevance
263 public int mCallType; field in ImsCallProfile305 mCallType = CALL_TYPE_VOICE_N_VIDEO; in ImsCallProfile()331 mCallType = callType; in ImsCallProfile()360 mCallType = callType; in ImsCallProfile()420 mCallType = profile.mCallType; in updateCallType()441 ", callType=" + mCallType + in toString()455 out.writeInt(mCallType); in writeToParcel()462 mCallType = in.readInt(); in readFromParcel()484 return mCallType; in getCallType()507 int videostate = getVideoStateFromCallType(callProfile.mCallType); in getVideoStateFromImsCallProfile()[all …]
52 private int mCallType; field in ImsExternalCallState66 mCallType = callType; in ImsExternalCallState()78 mCallType = in.readInt(); in ImsExternalCallState()94 out.writeInt(mCallType); in writeToParcel()129 return mCallType; in getCallType()142 ", mCallType = " + mCallType + in toString()
201 final int mCallType; field in ClassesInfoCache.MethodReference205 mCallType = callType; in MethodReference()213 switch (mCallType) { in invokeCallback()241 return mCallType == that.mCallType && mMethod.getName().equals(that.mMethod.getName()); in equals()246 return 31 * mCallType + mMethod.getName().hashCode(); in hashCode()
271 switch (localProfile.mCallType) { in applyLocalCallCapabilities()287 switch (remoteProfile.mCallType) { in applyRemoteCallCapabilities()
678 mImsCallProfile.mCallType = ImsCallProfile.CALL_TYPE_VT; in testNotifyHandovers()
433 Landroid/telephony/ims/ImsCallProfile;->mCallType:I