Searched defs:getLocalCallProfile (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionImplBase.java124 public ImsCallProfile getLocalCallProfile() {
125 return ImsCallSessionImplBase.this.getLocalCallProfile();
315 public ImsCallProfile getLocalCallProfile() { method in class:ImsCallSessionImplBase
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
H A DImsCallSessionImplBase.java92 public ImsCallProfile getLocalCallProfile() { method in class:ImsCallSessionImplBase
/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallSession.java533 public ImsCallProfile getLocalCallProfile() { method in class:ImsCallSession
539 return miSession.getLocalCallProfile();
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java713 public ImsCallProfile getLocalCallProfile() throws ImsException { method in class:ImsCall
721 return mSession.getLocalCallProfile();
723 loge("getLocalCallProfile :: ", t);
724 throw new ImsException("getLocalCallProfile()", t, 0);

Completed in 882 milliseconds