HomeSort by relevance Sort by last modified time
    Searched defs:getRemoteCallProfile (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsCallSession.java 475 public ImsCallProfile getRemoteCallProfile() {
481 return miSession.getRemoteCallProfile();
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java 554 public ImsCallProfile getRemoteCallProfile() throws ImsException {
562 return mSession.getRemoteCallProfile();
564 loge("getRemoteCallProfile :: ", t);
565 throw new ImsException("getRemoteCallProfile()", t, 0);
    [all...]

Completed in 475 milliseconds