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

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java483 public ImsCallProfile getLocalCallProfile() { method in class:ImsCallSession
489 return miSession.getLocalCallProfile();
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java622 public ImsCallProfile getLocalCallProfile() throws ImsException { method in class:ImsCall
630 return mSession.getLocalCallProfile();
632 loge("getLocalCallProfile :: ", t);
633 throw new ImsException("getLocalCallProfile()", t, 0);

Completed in 344 milliseconds