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

  /frameworks/base/telephony/java/com/android/ims/internal/
IImsCallSession.aidl 49 ImsCallProfile getCallProfile();
  /frameworks/base/telephony/java/android/telephony/ims/stub/
ImsCallSessionImplBase.java 119 public ImsCallProfile getCallProfile() {
120 return ImsCallSessionImplBase.this.getCallProfile();
307 public ImsCallProfile getCallProfile() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java 299 if ((imsCall == null) || (imsCall.getCallProfile() == null)
300 || (imsCall.getCallProfile().mMediaProfile == null)) {
304 ImsStreamMediaProfile mediaProfile = imsCall.getCallProfile().mMediaProfile;
ImsPhoneConnection.java 179 if ((imsCall != null) && (imsCall.getCallProfile() != null)) {
180 mAddress = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_OI);
181 mCnapName = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_CNA);
183 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_OIR));
185 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_CNAP));
796 ImsCallProfile callProfile = imsCall.getCallProfile();
863 ImsCallProfile negotiatedCallProfile = imsCall.getCallProfile();
    [all...]
ImsPhoneCallTracker.java     [all...]
  /frameworks/base/telephony/java/android/telephony/ims/
ImsCallSession.java 516 public ImsCallProfile getCallProfile() {
522 return miSession.getCallProfile();
    [all...]
  /frameworks/base/telephony/java/android/telephony/ims/compat/stub/
ImsCallSessionImplBase.java 83 public ImsCallProfile getCallProfile() {
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java 688 public ImsCallProfile getCallProfile() {
    [all...]
ImsManager.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TelephonyTest.java 454 doReturn(mImsCallProfile).when(mImsCall).getCallProfile();
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 190 milliseconds