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

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java500 public ImsCallProfile getRemoteCallProfile() { method in class:ImsCallSession
506 return miSession.getRemoteCallProfile();
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java643 public ImsCallProfile getRemoteCallProfile() throws ImsException { method in class:ImsCall
651 return mSession.getRemoteCallProfile();
653 loge("getRemoteCallProfile :: ", t);
654 throw new ImsException("getRemoteCallProfile()", t, 0);

Completed in 142 milliseconds