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

/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionImplBase.java75 public ImsCallProfile getLocalCallProfile() throws RemoteException { method in class:ImsCallSessionImplBase
/frameworks/base/telephony/java/com/android/ims/internal/
H A DImsCallSession.java484 public ImsCallProfile getLocalCallProfile() { method in class:ImsCallSession
490 return miSession.getLocalCallProfile();
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java673 public ImsCallProfile getLocalCallProfile() throws ImsException { method in class:ImsCall
681 return mSession.getLocalCallProfile();
683 loge("getLocalCallProfile :: ", t);
684 throw new ImsException("getLocalCallProfile()", t, 0);

Completed in 6128 milliseconds