From 9da367ace4c7cbba946501faf84389daedc17275 Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Wed, 11 Nov 2020 16:44:27 -0800 Subject: Move offered RTP header extension types API. Moved from ImsCallProfile to MmtelFeature. Test: Update CTS tests and unit tests. Bug: 163085177 Change-Id: I9b16b6b17beb1032469d19a214ada0476376d383 --- api/system-current.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'api') diff --git a/api/system-current.txt b/api/system-current.txt index 042e2dc53b9c..bc39596b2ba5 100755 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -11802,7 +11802,6 @@ package android.telephony.ims { method public int getEmergencyServiceCategories(); method @NonNull public java.util.List getEmergencyUrns(); method public android.telephony.ims.ImsStreamMediaProfile getMediaProfile(); - method @NonNull public java.util.Set getOfferedRtpHeaderExtensionTypes(); method @NonNull public android.os.Bundle getProprietaryCallExtras(); method public int getRestrictCause(); method public int getServiceType(); @@ -11824,7 +11823,6 @@ package android.telephony.ims { method public void setEmergencyServiceCategories(int); method public void setEmergencyUrns(@NonNull java.util.List); method public void setHasKnownUserIntentEmergency(boolean); - method public void setOfferedRtpHeaderExtensionTypes(@NonNull java.util.Set); method public void updateCallExtras(android.telephony.ims.ImsCallProfile); method public void updateCallType(android.telephony.ims.ImsCallProfile); method public void updateMediaProfile(android.telephony.ims.ImsCallProfile); @@ -12333,6 +12331,7 @@ package android.telephony.ims.feature { public class MmTelFeature extends android.telephony.ims.feature.ImsFeature { ctor public MmTelFeature(); method public void changeEnabledCapabilities(@NonNull android.telephony.ims.feature.CapabilityChangeRequest, @NonNull android.telephony.ims.feature.ImsFeature.CapabilityCallbackProxy); + method public void changeOfferedRtpHeaderExtensionTypes(@NonNull java.util.Set); method @Nullable public android.telephony.ims.ImsCallProfile createCallProfile(int, int); method @Nullable public android.telephony.ims.stub.ImsCallSessionImplBase createCallSession(@NonNull android.telephony.ims.ImsCallProfile); method @NonNull public android.telephony.ims.stub.ImsEcbmImplBase getEcbm(); -- cgit v1.2.3