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

  /frameworks/base/telephony/java/com/android/ims/internal/
IImsCallSession.aidl 55 ImsCallProfile getLocalCallProfile();
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsCallSession.java 483 public ImsCallProfile getLocalCallProfile() {
489 return miSession.getLocalCallProfile();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 851 ImsCallProfile localCallProfile = imsCall.getLocalCallProfile();
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java 672 public ImsCallProfile getLocalCallProfile() throws ImsException {
680 return mSession.getLocalCallProfile();
682 loge("getLocalCallProfile :: ", t);
683 throw new ImsException("getLocalCallProfile()", t, 0);
    [all...]

Completed in 133 milliseconds