Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl62 ImsCallProfile getRemoteCallProfile(); in getRemoteCallProfile() method
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsCallSession.java490 public ImsCallProfile getRemoteCallProfile() { in getRemoteCallProfile() method in ImsCallSession
496 return miSession.getRemoteCallProfile(); in getRemoteCallProfile()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java727 ImsCallProfile remoteCallProfile = imsCall.getRemoteCallProfile(); in updateMediaCapabilities()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java633 public ImsCallProfile getRemoteCallProfile() throws ImsException { in getRemoteCallProfile() method in ImsCall
641 return mSession.getRemoteCallProfile(); in getRemoteCallProfile()