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.java473 public ImsCallProfile getLocalCallProfile() { in getLocalCallProfile() method in ImsCallSession
479 return miSession.getLocalCallProfile(); in getLocalCallProfile()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java725 ImsCallProfile localCallProfile = imsCall.getLocalCallProfile(); in updateMediaCapabilities()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java612 public ImsCallProfile getLocalCallProfile() throws ImsException { in getLocalCallProfile() method in ImsCall
620 return mSession.getLocalCallProfile(); in getLocalCallProfile()