Searched refs:getCallProfile (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSession.aidl48 ImsCallProfile getCallProfile();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneConnection.java127 if ((imsCall != null) && (imsCall.getCallProfile() != null)) {
128 mAddress = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_OI);
129 mCnapName = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_CNA);
131 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_OIR));
133 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_CNAP));
637 ImsCallProfile negotiatedCallProfile = imsCall.getCallProfile();
H A DImsPhoneCall.java256 if ((imsCall == null) || (imsCall.getCallProfile() == null)
257 || (imsCall.getCallProfile().mMediaProfile == null)) {
261 ImsStreamMediaProfile mediaProfile = imsCall.getCallProfile().mMediaProfile;
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java441 public ImsCallProfile getCallProfile() { method in class:ImsCallSession
447 return miSession.getCallProfile();
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java565 ImsCall call = new ImsCall(mContext, session.getCallProfile());
H A DImsCall.java522 public ImsCallProfile getCallProfile() { method in class:ImsCall

Completed in 278 milliseconds