Home
last modified time | relevance | path

Searched refs:getCallProfile (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java129 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()
DImsPhoneCall.java315 if ((imsCall == null) || (imsCall.getCallProfile() == null) in isLocalTone()
316 || (imsCall.getCallProfile().mMediaProfile == null)) { in isLocalTone()
320 ImsStreamMediaProfile mediaProfile = imsCall.getCallProfile().mMediaProfile; in isLocalTone()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl48 ImsCallProfile getCallProfile(); in getCallProfile() method
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsCallSession.java456 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCallSession
462 return miSession.getCallProfile(); in getCallProfile()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java718 ImsCall call = new ImsCall(mContext, session.getCallProfile()); in takeCall()
DImsCall.java601 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCall