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

  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsCallSession.java 436 public ImsCallProfile getLocalCallProfile() {
442 return miSession.getLocalCallProfile();
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java 494 public ImsCallProfile getLocalCallProfile() throws ImsException {
502 return mSession.getLocalCallProfile();
504 loge("getLocalCallProfile :: ", t);
505 throw new ImsException("getLocalCallProfile()", t, 0);
    [all...]

Completed in 459 milliseconds