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

  /frameworks/base/telephony/java/android/telephony/ims/aidl/
IImsCallSessionListener.aidl 127 void callSessionRttModifyRequestReceived(in ImsCallProfile callProfile);
  /frameworks/base/telephony/java/android/telephony/ims/
ImsCallProfile.java 503 * @param callProfile The call profile.
506 public static int getVideoStateFromImsCallProfile(ImsCallProfile callProfile) {
507 int videostate = getVideoStateFromCallType(callProfile.mCallType);
508 if (callProfile.isVideoPaused() && !VideoProfile.isAudioOnly(videostate)) {
ImsCallSessionListener.java 566 * @param callProfile An {@link ImsCallProfile} with the updated attributes
568 public void callSessionRttModifyRequestReceived(ImsCallProfile callProfile)
571 mListener.callSessionRttModifyRequestReceived(callProfile);
ImsCallSession.java 434 ImsCallProfile callProfile) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 796 ImsCallProfile callProfile = imsCall.getCallProfile();
797 if (callProfile != null && isIncoming()) {
801 String address = callProfile.getCallExtra(ImsCallProfile.EXTRA_OI);
802 String name = callProfile.getCallExtra(ImsCallProfile.EXTRA_CNA);
804 callProfile.getCallExtraInt(ImsCallProfile.EXTRA_OIR));
806 callProfile.getCallExtraInt(ImsCallProfile.EXTRA_CNAP));
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneCallTrackerTest.java 752 ImsCallProfile callProfile = new ImsCallProfile();
753 callProfile.mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_SEND_RECEIVE;
754 call.setCallProfile(callProfile);
778 ImsCallProfile callProfile = new ImsCallProfile();
779 callProfile.mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_INACTIVE;
780 call.setCallProfile(callProfile);
    [all...]
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsCallSessionListener.aidl 141 in ImsCallProfile callProfile);
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 426 milliseconds