Searched refs:getCallProfile (Results 1 – 12 of 12) sorted by relevance
119 public ImsCallProfile getCallProfile() {120 return ImsCallSessionImplBase.this.getCallProfile();307 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCallSessionImplBase
306 if ((imsCall == null) || (imsCall.getCallProfile() == null) in isLocalTone()307 || (imsCall.getCallProfile().mMediaProfile == null)) { in isLocalTone()311 ImsStreamMediaProfile mediaProfile = imsCall.getCallProfile().mMediaProfile; in isLocalTone()
188 if ((imsCall != null) && (imsCall.getCallProfile() != null)) { in ImsPhoneConnection()189 mAddress = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_OI); in ImsPhoneConnection()190 mCnapName = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_CNA); in ImsPhoneConnection()192 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_OIR)); in ImsPhoneConnection()194 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_CNAP)); in ImsPhoneConnection()818 ImsCallProfile callProfile = imsCall.getCallProfile(); in updateAddressDisplay()885 ImsCallProfile negotiatedCallProfile = imsCall.getCallProfile(); in updateMediaCapabilities()1159 final ImsCallProfile callProfile = imsCall.getCallProfile(); in updateExtras()
2238 if (DBG) log("onCallUpdated: profile is " + imsCall.getCallProfile());
49 ImsCallProfile getCallProfile(); in getCallProfile() method
526 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCallSession532 return miSession.getCallProfile(); in getCallProfile()
83 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCallSessionImplBase
423 ImsCallProfile callProfile = imsCall.getCallProfile(); in testImsECall()
706 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCall2210 setCallProfile(mSession.getCallProfile()); in updateCallProfile()
2081 ImsCall call = new ImsCall(mContext, session.getCallProfile()); in takeCall()
513 doReturn(mImsCallProfile).when(mImsCall).getCallProfile(); in setUp()
9164 method public android.telephony.ims.ImsCallProfile getCallProfile();