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.java500 public ImsCallProfile getRemoteCallProfile() { in getRemoteCallProfile() method in ImsCallSession
506 return miSession.getRemoteCallProfile(); in getRemoteCallProfile()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java811 ImsCallProfile remoteCallProfile = imsCall.getRemoteCallProfile(); in updateMediaCapabilities()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java643 public ImsCallProfile getRemoteCallProfile() throws ImsException { in getRemoteCallProfile() method in ImsCall
651 return mSession.getRemoteCallProfile(); in getRemoteCallProfile()