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

  /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/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...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.1.0-robolectric-r4458339.jar 
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 
android-all-8.0.0_r4-robolectric-r1.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 95 milliseconds