Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl55 ImsCallProfile getLocalCallProfile(); in getLocalCallProfile() method
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsCallSession.java483 public ImsCallProfile getLocalCallProfile() { in getLocalCallProfile() method in ImsCallSession
489 return miSession.getLocalCallProfile(); in getLocalCallProfile()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java804 ImsCallProfile localCallProfile = imsCall.getLocalCallProfile(); in updateMediaCapabilities()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java622 public ImsCallProfile getLocalCallProfile() throws ImsException { in getLocalCallProfile() method in ImsCall
630 return mSession.getLocalCallProfile(); in getLocalCallProfile()