Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java153 if ((imsCall != null) && (imsCall.getCallProfile() != null)) { in ImsPhoneConnection()
154 mAddress = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_OI); in ImsPhoneConnection()
155 mCnapName = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_CNA); in ImsPhoneConnection()
157 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_OIR)); in ImsPhoneConnection()
159 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_CNAP)); in ImsPhoneConnection()
734 ImsCallProfile callProfile = imsCall.getCallProfile(); in updateAddressDisplay()
787 ImsCallProfile negotiatedCallProfile = imsCall.getCallProfile(); in updateMediaCapabilities()
900 final ImsCallProfile callProfile = imsCall.getCallProfile(); in updateExtras()
DImsPhoneCall.java291 if ((imsCall == null) || (imsCall.getCallProfile() == null) in isLocalTone()
292 || (imsCall.getCallProfile().mMediaProfile == null)) { in isLocalTone()
296 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.java466 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCallSession
472 return miSession.getCallProfile(); in getCallProfile()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java400 doReturn(mImsCallProfile).when(mImsCall).getCallProfile(); in setUp()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java611 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCall
1954 mCallProfile = mSession.getCallProfile(); in updateCallProfile()
DImsManager.java963 ImsCall call = new ImsCall(mContext, session.getCallProfile()); in takeCall()