Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java129 public ImsCallProfile getRemoteCallProfile() {
130 return ImsCallSessionImplBase.this.getRemoteCallProfile();
323 public ImsCallProfile getRemoteCallProfile() { in getRemoteCallProfile() method in ImsCallSessionImplBase
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl63 ImsCallProfile getRemoteCallProfile(); in getRemoteCallProfile() method
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSession.java560 public ImsCallProfile getRemoteCallProfile() { in getRemoteCallProfile() method in ImsCallSession
566 return miSession.getRemoteCallProfile(); in getRemoteCallProfile()
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java101 public ImsCallProfile getRemoteCallProfile() { in getRemoteCallProfile() method in ImsCallSessionImplBase
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java752 public ImsCallProfile getRemoteCallProfile() throws ImsException { in getRemoteCallProfile() method in ImsCall
760 return mSession.getRemoteCallProfile(); in getRemoteCallProfile()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java967 ImsCallProfile remoteCallProfile = imsCall.getRemoteCallProfile(); in updateMediaCapabilities()
/frameworks/base/api/
Dsystem-current.txt9168 method public android.telephony.ims.ImsCallProfile getRemoteCallProfile();