Searched refs:getCallProfile (Results 1 – 7 of 7) sorted by relevance
165 if ((imsCall != null) && (imsCall.getCallProfile() != null)) { in ImsPhoneConnection()166 mAddress = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_OI); in ImsPhoneConnection()167 mCnapName = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_CNA); in ImsPhoneConnection()169 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_OIR)); in ImsPhoneConnection()171 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_CNAP)); in ImsPhoneConnection()742 ImsCallProfile callProfile = imsCall.getCallProfile(); in updateAddressDisplay()795 ImsCallProfile negotiatedCallProfile = imsCall.getCallProfile(); in updateMediaCapabilities()947 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()
415 doReturn(mImsCallProfile).when(mImsCall).getCallProfile(); in setUp()
648 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCall2020 setCallProfile(mSession.getCallProfile()); in updateCallProfile()
1126 ImsCall call = new ImsCall(mContext, session.getCallProfile()); in takeCall()