Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java124 public ImsCallProfile getLocalCallProfile() {
125 return ImsCallSessionImplBase.this.getLocalCallProfile();
315 public ImsCallProfile getLocalCallProfile() { in getLocalCallProfile() method in ImsCallSessionImplBase
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl56 ImsCallProfile getLocalCallProfile(); in getLocalCallProfile() method
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSession.java543 public ImsCallProfile getLocalCallProfile() { in getLocalCallProfile() method in ImsCallSession
549 return miSession.getLocalCallProfile(); in getLocalCallProfile()
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java92 public ImsCallProfile getLocalCallProfile() { in getLocalCallProfile() method in ImsCallSessionImplBase
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java731 public ImsCallProfile getLocalCallProfile() throws ImsException { in getLocalCallProfile() method in ImsCall
739 return mSession.getLocalCallProfile(); in getLocalCallProfile()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java960 ImsCallProfile localCallProfile = imsCall.getLocalCallProfile(); in updateMediaCapabilities()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java2626 ImsCallProfile localCallProfile = session.getLocalCallProfile(); in writeAudioCodecIms()
/frameworks/base/api/
Dsystem-current.txt9166 method public android.telephony.ims.ImsCallProfile getLocalCallProfile();