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

  /frameworks/base/telephony/java/com/android/ims/internal/
IImsCallSession.aidl 48 ImsCallProfile getCallProfile();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 165 if ((imsCall != null) && (imsCall.getCallProfile() != null)) {
166 mAddress = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_OI);
167 mCnapName = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_CNA);
169 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_OIR));
171 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_CNAP));
742 ImsCallProfile callProfile = imsCall.getCallProfile();
795 ImsCallProfile negotiatedCallProfile = imsCall.getCallProfile();
    [all...]
ImsPhoneCall.java 298 if ((imsCall == null) || (imsCall.getCallProfile() == null)
299 || (imsCall.getCallProfile().mMediaProfile == null)) {
303 ImsStreamMediaProfile mediaProfile = imsCall.getCallProfile().mMediaProfile;
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsCallSession.java 466 public ImsCallProfile getCallProfile() {
472 return miSession.getCallProfile();
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TelephonyTest.java 415 doReturn(mImsCallProfile).when(mImsCall).getCallProfile();
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java 648 public ImsCallProfile getCallProfile() {
    [all...]
ImsManager.java     [all...]

Completed in 81 milliseconds