Searched refs:getLocalCallProfile (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSession.aidl55 ImsCallProfile getLocalCallProfile();
H A DImsCallSession.java524 public ImsCallProfile getLocalCallProfile() { method in class:ImsCallSession
530 return miSession.getLocalCallProfile();
/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionImplBase.java75 public ImsCallProfile getLocalCallProfile() throws RemoteException { method in class:ImsCallSessionImplBase
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java701 public ImsCallProfile getLocalCallProfile() throws ImsException { method in class:ImsCall
709 return mSession.getLocalCallProfile();
711 loge("getLocalCallProfile :: ", t);
712 throw new ImsException("getLocalCallProfile()", t, 0);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneConnection.java894 ImsCallProfile localCallProfile = imsCall.getLocalCallProfile();

Completed in 132 milliseconds