/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsCallTest.java | 38 import android.telephony.ims.ImsStreamMediaProfile; 90 ImsStreamMediaProfile newProfile = new ImsStreamMediaProfile( in testCallSessionProgressingAppliedMediaCaps() 91 ImsStreamMediaProfile.AUDIO_QUALITY_AMR_WB, in testCallSessionProgressingAppliedMediaCaps() 92 ImsStreamMediaProfile.DIRECTION_INACTIVE, in testCallSessionProgressingAppliedMediaCaps() 93 ImsStreamMediaProfile.VIDEO_QUALITY_NONE, in testCallSessionProgressingAppliedMediaCaps() 94 ImsStreamMediaProfile.DIRECTION_INACTIVE, in testCallSessionProgressingAppliedMediaCaps() 95 ImsStreamMediaProfile.RTT_MODE_DISABLED); in testCallSessionProgressingAppliedMediaCaps() 98 ImsStreamMediaProfile testProfile = testImsCall.getCallProfile().getMediaProfile(); in testCallSessionProgressingAppliedMediaCaps() 101 assertEquals(ImsStreamMediaProfile.DIRECTION_INACTIVE, testProfile.getAudioDirection()); in testCallSessionProgressingAppliedMediaCaps() 154 ImsStreamMediaProfile streamProfile = new ImsStreamMediaProfile( in testCloseImsCallRtt() [all …]
|
D | ImsPhoneCallTest.java | 33 import android.telephony.ims.ImsStreamMediaProfile; 53 ImsStreamMediaProfile mMediaProfile; 66 mMediaProfile = new ImsStreamMediaProfile(); in setUp() 137 mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_INACTIVE; in testUpdateRingBackTone() 154 mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_SEND_RECEIVE; in testUpdateRingBackToneBetweenStateChange() 163 mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_INACTIVE; in testUpdateRingBackToneBetweenStateChange() 179 mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_SEND_RECEIVE; in testUpdateRingBackToneBetweenStateChangeTwo() 188 mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_INACTIVE; in testUpdateRingBackToneBetweenStateChangeTwo() 193 mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_SEND_RECEIVE; in testUpdateRingBackToneBetweenStateChangeTwo() 209 mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_INACTIVE; in testStopRingingOnHandover()
|
D | ImsPhoneConnectionTest.java | 18 import static android.telephony.ims.ImsStreamMediaProfile.AUDIO_QUALITY_AMR_WB; 19 import static android.telephony.ims.ImsStreamMediaProfile.AUDIO_QUALITY_EVS_SWB; 50 import android.telephony.ims.ImsStreamMediaProfile; 552 ImsStreamMediaProfile mediaProfile = new ImsStreamMediaProfile(); in testReportMediaCodecChange()
|
D | ImsPhoneCallTrackerTest.java | 37 import static android.telephony.ims.ImsStreamMediaProfile.DIRECTION_INACTIVE; 38 import static android.telephony.ims.ImsStreamMediaProfile.DIRECTION_SEND_RECEIVE; 96 import android.telephony.ims.ImsStreamMediaProfile; 1501 callProfile.mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_SEND_RECEIVE; in testNoRemoteHoldtone() 1566 callProfile.mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_INACTIVE; in testRemoteToneInactive() 1591 callProfile.mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_SEND_RECEIVE; in testRemoteHoldtone() 1804 mSecondImsCall.getCallProfile().mMediaProfile = new ImsStreamMediaProfile(); in testEndRingbackOnSrvcc() 1806 ImsStreamMediaProfile.DIRECTION_INACTIVE; in testEndRingbackOnSrvcc() 2551 new ImsStreamMediaProfile()); in testUpdateImsCallStatus() 2781 new ImsStreamMediaProfile()); in placeCallAndMakeActive() [all …]
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsStreamMediaProfile.java | 34 public final class ImsStreamMediaProfile implements Parcelable { class 111 public ImsStreamMediaProfile(Parcel in) { in ImsStreamMediaProfile() method in ImsStreamMediaProfile 162 public ImsStreamMediaProfile(int audioQuality, int audioDirection, in ImsStreamMediaProfile() method in ImsStreamMediaProfile 173 public ImsStreamMediaProfile() { in ImsStreamMediaProfile() method in ImsStreamMediaProfile 182 public ImsStreamMediaProfile(int audioQuality, int audioDirection, in ImsStreamMediaProfile() method in ImsStreamMediaProfile 191 public ImsStreamMediaProfile(int rttMode) { in ImsStreamMediaProfile() method in ImsStreamMediaProfile 195 public void copyFrom(ImsStreamMediaProfile profile) { in copyFrom() 242 public static final @android.annotation.NonNull Creator<ImsStreamMediaProfile> CREATOR = 243 new Creator<ImsStreamMediaProfile>() { 245 public ImsStreamMediaProfile createFromParcel(Parcel in) { [all …]
|
D | ImsCallProfile.java | 613 public ImsStreamMediaProfile mMediaProfile; 628 mMediaProfile = new ImsStreamMediaProfile(); in ImsCallProfile() 654 mMediaProfile = new ImsStreamMediaProfile(); in ImsCallProfile() 679 ImsStreamMediaProfile mediaProfile) { in ImsCallProfile() 861 …ediaProfile = in.readParcelable(ImsStreamMediaProfile.class.getClassLoader(), android.telephony.im… in readFromParcel() 925 public ImsStreamMediaProfile getMediaProfile() { in getMediaProfile() 1056 return mMediaProfile.mVideoDirection == ImsStreamMediaProfile.DIRECTION_INACTIVE; in isVideoPaused()
|
D | ImsStreamMediaProfile.aidl | 19 parcelable ImsStreamMediaProfile;
|
D | ImsCallSession.java | 133 ImsStreamMediaProfile profile) { in callSessionProgressing() 479 public void callSessionRttAudioIndicatorChanged(ImsStreamMediaProfile profile) { in callSessionRttAudioIndicatorChanged() 865 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() 966 public void hold(ImsStreamMediaProfile profile) { in hold() 984 public void resume(ImsStreamMediaProfile profile) { in resume() 1019 public void update(int callType, ImsStreamMediaProfile profile) { in update() 1282 public void callSessionProgressing(ImsStreamMediaProfile profile) { in callSessionProgressing() 1690 public void callSessionRttAudioIndicatorChanged(ImsStreamMediaProfile profile) { in callSessionRttAudioIndicatorChanged()
|
D | ImsCallSessionListener.java | 102 public void callSessionProgressing(ImsStreamMediaProfile profile) { in callSessionProgressing() 729 public void callSessionRttAudioIndicatorChanged(@NonNull ImsStreamMediaProfile profile) { in callSessionRttAudioIndicatorChanged()
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsCallSession.aidl | 22 import android.telephony.ims.ImsStreamMediaProfile; 139 void accept(int callType, in ImsStreamMediaProfile profile); in accept() 185 void hold(in ImsStreamMediaProfile profile); in hold() 194 void resume(in ImsStreamMediaProfile profile); in resume() 214 void update(int callType, in ImsStreamMediaProfile profile); in update()
|
D | IImsCallSessionListener.aidl | 20 import android.telephony.ims.ImsStreamMediaProfile; 38 void callSessionProgressing(in IImsCallSession session, in ImsStreamMediaProfile profile); in callSessionProgressing() 184 void callSessionRttAudioIndicatorChanged(in ImsStreamMediaProfile profile); in callSessionRttAudioIndicatorChanged()
|
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsCallSessionImplBase.java | 30 import android.telephony.ims.ImsStreamMediaProfile; 246 public void accept(int callType, ImsStreamMediaProfile profile) { 283 public void hold(ImsStreamMediaProfile profile) { 288 public void resume(ImsStreamMediaProfile profile) { 298 public void update(int callType, ImsStreamMediaProfile profile) { 540 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() 605 public void hold(ImsStreamMediaProfile profile) { in hold() 616 public void resume(ImsStreamMediaProfile profile) { in resume() 641 public void update(int callType, ImsStreamMediaProfile profile) { in update()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | VoiceCallSessionStats.java | 59 import android.telephony.ims.ImsStreamMediaProfile; 1014 map.put(ImsStreamMediaProfile.AUDIO_QUALITY_AMR, AudioCodec.AUDIO_CODEC_AMR); in buildImsCodecMap() 1015 map.put(ImsStreamMediaProfile.AUDIO_QUALITY_AMR_WB, AudioCodec.AUDIO_CODEC_AMR_WB); in buildImsCodecMap() 1016 map.put(ImsStreamMediaProfile.AUDIO_QUALITY_QCELP13K, AudioCodec.AUDIO_CODEC_QCELP13K); in buildImsCodecMap() 1017 map.put(ImsStreamMediaProfile.AUDIO_QUALITY_EVRC, AudioCodec.AUDIO_CODEC_EVRC); in buildImsCodecMap() 1018 map.put(ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_B, AudioCodec.AUDIO_CODEC_EVRC_B); in buildImsCodecMap() 1019 map.put(ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_WB, AudioCodec.AUDIO_CODEC_EVRC_WB); in buildImsCodecMap() 1020 map.put(ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_NW, AudioCodec.AUDIO_CODEC_EVRC_NW); in buildImsCodecMap() 1021 map.put(ImsStreamMediaProfile.AUDIO_QUALITY_GSM_EFR, AudioCodec.AUDIO_CODEC_GSM_EFR); in buildImsCodecMap() 1022 map.put(ImsStreamMediaProfile.AUDIO_QUALITY_GSM_FR, AudioCodec.AUDIO_CODEC_GSM_FR); in buildImsCodecMap() [all …]
|
D | TelephonyMetrics.java | 69 import android.telephony.ims.ImsStreamMediaProfile; 2778 case ImsStreamMediaProfile.AUDIO_QUALITY_AMR: in convertImsCodec() 2780 case ImsStreamMediaProfile.AUDIO_QUALITY_AMR_WB: in convertImsCodec() 2782 case ImsStreamMediaProfile.AUDIO_QUALITY_QCELP13K: in convertImsCodec() 2784 case ImsStreamMediaProfile.AUDIO_QUALITY_EVRC: in convertImsCodec() 2786 case ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_B: in convertImsCodec() 2788 case ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_WB: in convertImsCodec() 2790 case ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_NW: in convertImsCodec() 2792 case ImsStreamMediaProfile.AUDIO_QUALITY_GSM_EFR: in convertImsCodec() 2794 case ImsStreamMediaProfile.AUDIO_QUALITY_GSM_FR: in convertImsCodec() [all …]
|
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/ |
D | ImsCallSessionImplBase.java | 31 import android.telephony.ims.ImsStreamMediaProfile; 193 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() 258 public void hold(ImsStreamMediaProfile profile) { in hold() 270 public void resume(ImsStreamMediaProfile profile) { in resume() 297 public void update(int callType, ImsStreamMediaProfile profile) { in update() 451 ImsStreamMediaProfile imsStreamMediaProfile) throws RemoteException { in callSessionProgressing() 660 public void callSessionRttAudioIndicatorChanged(ImsStreamMediaProfile profile) in callSessionRttAudioIndicatorChanged()
|
/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
D | IImsCallSessionListener.aidl | 20 import android.telephony.ims.ImsStreamMediaProfile; 42 void callSessionProgressing(in ImsStreamMediaProfile profile); in callSessionProgressing() 153 void callSessionRttAudioIndicatorChanged(in ImsStreamMediaProfile profile); in callSessionRttAudioIndicatorChanged()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | Connection.java | 53 import android.telephony.ims.ImsStreamMediaProfile; 579 public static final int AUDIO_CODEC_NONE = ImsStreamMediaProfile.AUDIO_QUALITY_NONE; // 0 583 public static final int AUDIO_CODEC_AMR = ImsStreamMediaProfile.AUDIO_QUALITY_AMR; // 1 587 public static final int AUDIO_CODEC_AMR_WB = ImsStreamMediaProfile.AUDIO_QUALITY_AMR_WB; // 2 591 public static final int AUDIO_CODEC_QCELP13K = ImsStreamMediaProfile.AUDIO_QUALITY_QCELP13K; //3 595 public static final int AUDIO_CODEC_EVRC = ImsStreamMediaProfile.AUDIO_QUALITY_EVRC; // 4 599 public static final int AUDIO_CODEC_EVRC_B = ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_B; // 5 603 public static final int AUDIO_CODEC_EVRC_WB = ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_WB; // 6 607 public static final int AUDIO_CODEC_EVRC_NW = ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_NW; // 7 611 public static final int AUDIO_CODEC_GSM_EFR = ImsStreamMediaProfile.AUDIO_QUALITY_GSM_EFR; // 8 [all …]
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 38 import android.telephony.ims.ImsStreamMediaProfile; 501 public void onRttAudioIndicatorChanged(ImsCall imsCall, ImsStreamMediaProfile profile) { in onRttAudioIndicatorChanged() 1224 accept(callType, new ImsStreamMediaProfile()); in accept() 1235 public void accept(int callType, ImsStreamMediaProfile profile) throws ImsException { in accept() 1239 profile.mRttMode = ImsStreamMediaProfile.RTT_MODE_FULL; in accept() 1620 public void update(int callType, ImsStreamMediaProfile mediaProfile) throws ImsException { in update() 1839 ? ImsStreamMediaProfile.RTT_MODE_FULL in sendRttModifyRequest() 1840 : ImsStreamMediaProfile.RTT_MODE_DISABLED); in sendRttModifyRequest() 1948 private ImsStreamMediaProfile createHoldMediaProfile() { in createHoldMediaProfile() 1949 ImsStreamMediaProfile mediaProfile = new ImsStreamMediaProfile(); in createHoldMediaProfile() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SrvccConnection.java | 30 import android.telephony.ims.ImsStreamMediaProfile; 162 ImsStreamMediaProfile mediaProfile = profile.getMediaProfile(); in isLocalTone() 166 (mediaProfile.getAudioDirection() == ImsStreamMediaProfile.DIRECTION_INACTIVE) in isLocalTone()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | VoiceCallSessionStatsTest.java | 65 import android.telephony.ims.ImsStreamMediaProfile; 282 mImsConnection0, ImsStreamMediaProfile.AUDIO_QUALITY_EVS_SWB); in singleImsCall_moRejected() 425 mImsConnection0, ImsStreamMediaProfile.AUDIO_QUALITY_EVS_SWB); in singleImsCall_moAccepted() 484 mImsConnection0, ImsStreamMediaProfile.AUDIO_QUALITY_AMR); in singleImsCall_mtRejected() 533 mImsConnection0, ImsStreamMediaProfile.AUDIO_QUALITY_AMR); in singleImsCall_mtStartFailed() 583 mImsConnection0, ImsStreamMediaProfile.AUDIO_QUALITY_AMR); in singleImsCall_mtAccepted() 638 mImsConnection0, ImsStreamMediaProfile.AUDIO_QUALITY_AMR); in singleImsCall_dsdsModeSingleSim() 685 mImsConnection0, ImsStreamMediaProfile.AUDIO_QUALITY_AMR); in singleImsCall_dsdsMode() 731 mImsConnection1, ImsStreamMediaProfile.AUDIO_QUALITY_AMR); in singleImsCall_esim() 774 mImsConnection0, ImsStreamMediaProfile.AUDIO_QUALITY_AMR); in singleImsCall_emergency() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCall.java | 24 import android.telephony.ims.ImsStreamMediaProfile; 373 ImsStreamMediaProfile mediaProfile = imsCall.getCallProfile().mMediaProfile; in isLocalTone() 375 (mediaProfile.mAudioDirection == ImsStreamMediaProfile.DIRECTION_INACTIVE) in isLocalTone()
|
D | ImsPhoneConnection.java | 44 import android.telephony.ims.ImsStreamMediaProfile; 393 if (remoteProfile.getMediaProfile().getRttMode() == ImsStreamMediaProfile.RTT_MODE_FULL) { in applyRemoteCallCapabilities() 1248 public void onRttAudioIndicatorChanged(ImsStreamMediaProfile profile) { in onRttAudioIndicatorChanged() 1526 == ImsStreamMediaProfile.AUDIO_QUALITY_EVS_WB in getAudioQualityFromCallProfile() 1528 == ImsStreamMediaProfile.AUDIO_QUALITY_EVS_SWB in getAudioQualityFromCallProfile() 1530 == ImsStreamMediaProfile.AUDIO_QUALITY_EVS_FB); in getAudioQualityFromCallProfile() 1533 == ImsStreamMediaProfile.AUDIO_QUALITY_AMR_WB in getAudioQualityFromCallProfile() 1535 == ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_WB in getAudioQualityFromCallProfile()
|
D | ImsPhoneCallTracker.java | 96 import android.telephony.ims.ImsStreamMediaProfile; 2147 profile.mMediaProfile.mRttMode = ImsStreamMediaProfile.RTT_MODE_FULL; in dialInternal() 4405 public void onRttAudioIndicatorChanged(ImsCall imsCall, ImsStreamMediaProfile profile) {
|
/frameworks/opt/net/ims/ |
D | README.txt | 79 ImsStreamMediaProfile
|
/frameworks/base/core/api/ |
D | system-current.txt | 16350 …or public ImsCallProfile(int, int, android.os.Bundle, android.telephony.ims.ImsStreamMediaProfile); 16367 method public android.telephony.ims.ImsStreamMediaProfile getMediaProfile(); 16479 method public void callSessionProgressing(android.telephony.ims.ImsStreamMediaProfile); 16486 …lic void callSessionRttAudioIndicatorChanged(@NonNull android.telephony.ims.ImsStreamMediaProfile); 16747 public final class ImsStreamMediaProfile implements android.os.Parcelable { 16748 ctor public ImsStreamMediaProfile(int, int, int, int, int); 16749 method public void copyFrom(android.telephony.ims.ImsStreamMediaProfile); 16784 …ic static final android.os.Parcelable.Creator<android.telephony.ims.ImsStreamMediaProfile> CREATOR; 17425 method public void accept(int, android.telephony.ims.ImsStreamMediaProfile); 17436 method public void hold(android.telephony.ims.ImsStreamMediaProfile); [all …]
|