Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java119 public ImsCallProfile getCallProfile() {
120 return ImsCallSessionImplBase.this.getCallProfile();
307 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCallSessionImplBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java306 if ((imsCall == null) || (imsCall.getCallProfile() == null) in isLocalTone()
307 || (imsCall.getCallProfile().mMediaProfile == null)) { in isLocalTone()
311 ImsStreamMediaProfile mediaProfile = imsCall.getCallProfile().mMediaProfile; in isLocalTone()
DImsPhoneConnection.java188 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()
DImsPhoneCallTracker.java2238 if (DBG) log("onCallUpdated: profile is " + imsCall.getCallProfile());
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl49 ImsCallProfile getCallProfile(); in getCallProfile() method
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSession.java526 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCallSession
532 return miSession.getCallProfile(); in getCallProfile()
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java83 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCallSessionImplBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java423 ImsCallProfile callProfile = imsCall.getCallProfile(); in testImsECall()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java706 public ImsCallProfile getCallProfile() { in getCallProfile() method in ImsCall
2210 setCallProfile(mSession.getCallProfile()); in updateCallProfile()
DImsManager.java2081 ImsCall call = new ImsCall(mContext, session.getCallProfile()); in takeCall()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java513 doReturn(mImsCallProfile).when(mImsCall).getCallProfile(); in setUp()
/frameworks/base/api/
Dsystem-current.txt9164 method public android.telephony.ims.ImsCallProfile getCallProfile();