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

/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionImplBase.java85 public ImsCallProfile getRemoteCallProfile() throws RemoteException { method in class:ImsCallSessionImplBase
/frameworks/base/telephony/java/com/android/ims/internal/
H A DImsCallSession.java501 public ImsCallProfile getRemoteCallProfile() { method in class:ImsCallSession
507 return miSession.getRemoteCallProfile();
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java694 public ImsCallProfile getRemoteCallProfile() throws ImsException { method in class:ImsCall
702 return mSession.getRemoteCallProfile();
704 loge("getRemoteCallProfile :: ", t);
705 throw new ImsException("getRemoteCallProfile()", t, 0);

Completed in 2207 milliseconds