Searched refs:getCallProfile (Results 1 – 8 of 8) sorted by relevance
159 if ((imsCall != null) && (imsCall.getCallProfile() != null)) { in ImsPhoneConnection()160 mAddress = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_OI); in ImsPhoneConnection()161 mCnapName = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_CNA); in ImsPhoneConnection()163 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_OIR)); in ImsPhoneConnection()165 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_CNAP)); in ImsPhoneConnection()747 ImsCallProfile callProfile = imsCall.getCallProfile(); in updateAddressDisplay()800 ImsCallProfile negotiatedCallProfile = imsCall.getCallProfile(); in updateMediaCapabilities()925 final ImsCallProfile callProfile = imsCall.getCallProfile(); in updateExtras()
298 if ((imsCall == null) || (imsCall.getCallProfile() == null) in isLocalTone()299 || (imsCall.getCallProfile().mMediaProfile == null)) { in isLocalTone()303 ImsStreamMediaProfile mediaProfile = imsCall.getCallProfile().mMediaProfile; in isLocalTone()
48 ImsCallProfile getCallProfile(); in getCallProfile() method
467 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCallSession473 return miSession.getCallProfile(); in getCallProfile()
65 public ImsCallProfile getCallProfile() throws RemoteException { in getCallProfile() method in ImsCallSessionImplBase
435 doReturn(mImsCallProfile).when(mImsCall).getCallProfile(); in setUp()
649 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCall2030 setCallProfile(mSession.getCallProfile()); in updateCallProfile()
1763 ImsCall call = new ImsCall(mContext, session.getCallProfile()); in takeCall()