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

/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionImplBase.java129 public ImsCallProfile getRemoteCallProfile() {
130 return ImsCallSessionImplBase.this.getRemoteCallProfile();
323 public ImsCallProfile getRemoteCallProfile() { method in class:ImsCallSessionImplBase
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
H A DImsCallSessionImplBase.java101 public ImsCallProfile getRemoteCallProfile() { method in class:ImsCallSessionImplBase
/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallSession.java550 public ImsCallProfile getRemoteCallProfile() { method in class:ImsCallSession
556 return miSession.getRemoteCallProfile();
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java734 public ImsCallProfile getRemoteCallProfile() throws ImsException { method in class:ImsCall
742 return mSession.getRemoteCallProfile();
744 loge("getRemoteCallProfile :: ", t);
745 throw new ImsException("getRemoteCallProfile()", t, 0);

Completed in 474 milliseconds