Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java159 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()
DImsPhoneCall.java298 if ((imsCall == null) || (imsCall.getCallProfile() == null) in isLocalTone()
299 || (imsCall.getCallProfile().mMediaProfile == null)) { in isLocalTone()
303 ImsStreamMediaProfile mediaProfile = imsCall.getCallProfile().mMediaProfile; in isLocalTone()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl48 ImsCallProfile getCallProfile(); in getCallProfile() method
DImsCallSession.java467 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCallSession
473 return miSession.getCallProfile(); in getCallProfile()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java65 public ImsCallProfile getCallProfile() throws RemoteException { in getCallProfile() method in ImsCallSessionImplBase
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java435 doReturn(mImsCallProfile).when(mImsCall).getCallProfile(); in setUp()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java649 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCall
2030 setCallProfile(mSession.getCallProfile()); in updateCallProfile()
DImsManager.java1763 ImsCall call = new ImsCall(mContext, session.getCallProfile()); in takeCall()