Searched refs:getCallProfile (Results 1 – 6 of 6) sorted by relevance
129 if ((imsCall != null) && (imsCall.getCallProfile() != null)) { in ImsPhoneConnection()130 mAddress = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_OI); in ImsPhoneConnection()131 mCnapName = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_CNA); in ImsPhoneConnection()133 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_OIR)); in ImsPhoneConnection()135 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_CNAP)); in ImsPhoneConnection()670 ImsCallProfile callProfile = imsCall.getCallProfile(); in updateAddressDisplay()723 ImsCallProfile negotiatedCallProfile = imsCall.getCallProfile(); in updateMediaCapabilities()
315 if ((imsCall == null) || (imsCall.getCallProfile() == null) in isLocalTone()316 || (imsCall.getCallProfile().mMediaProfile == null)) { in isLocalTone()320 ImsStreamMediaProfile mediaProfile = imsCall.getCallProfile().mMediaProfile; in isLocalTone()
48 ImsCallProfile getCallProfile(); in getCallProfile() method
456 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCallSession462 return miSession.getCallProfile(); in getCallProfile()
718 ImsCall call = new ImsCall(mContext, session.getCallProfile()); in takeCall()
601 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCall