Searched refs:getCallProfile (Results 1 – 7 of 7) sorted by relevance
153 if ((imsCall != null) && (imsCall.getCallProfile() != null)) { in ImsPhoneConnection()154 mAddress = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_OI); in ImsPhoneConnection()155 mCnapName = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_CNA); in ImsPhoneConnection()157 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_OIR)); in ImsPhoneConnection()159 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_CNAP)); in ImsPhoneConnection()734 ImsCallProfile callProfile = imsCall.getCallProfile(); in updateAddressDisplay()787 ImsCallProfile negotiatedCallProfile = imsCall.getCallProfile(); in updateMediaCapabilities()900 final ImsCallProfile callProfile = imsCall.getCallProfile(); in updateExtras()
291 if ((imsCall == null) || (imsCall.getCallProfile() == null) in isLocalTone()292 || (imsCall.getCallProfile().mMediaProfile == null)) { in isLocalTone()296 ImsStreamMediaProfile mediaProfile = imsCall.getCallProfile().mMediaProfile; in isLocalTone()
48 ImsCallProfile getCallProfile(); in getCallProfile() method
466 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCallSession472 return miSession.getCallProfile(); in getCallProfile()
400 doReturn(mImsCallProfile).when(mImsCall).getCallProfile(); in setUp()
611 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCall1954 mCallProfile = mSession.getCallProfile(); in updateCallProfile()
963 ImsCall call = new ImsCall(mContext, session.getCallProfile()); in takeCall()