Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl62 ImsCallProfile getRemoteCallProfile(); in getRemoteCallProfile() method
DImsCallSession.java501 public ImsCallProfile getRemoteCallProfile() { in getRemoteCallProfile() method in ImsCallSession
507 return miSession.getRemoteCallProfile(); in getRemoteCallProfile()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java85 public ImsCallProfile getRemoteCallProfile() throws RemoteException { in getRemoteCallProfile() method in ImsCallSessionImplBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java866 ImsCallProfile remoteCallProfile = imsCall.getRemoteCallProfile(); in updateMediaCapabilities()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java694 public ImsCallProfile getRemoteCallProfile() throws ImsException { in getRemoteCallProfile() method in ImsCall
702 return mSession.getRemoteCallProfile(); in getRemoteCallProfile()