summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2020-11-11 16:44:27 -0800
committerTyler Gunn <tgunn@google.com>2020-11-11 17:26:58 -0800
commit9da367ace4c7cbba946501faf84389daedc17275 (patch)
treed3a64f0fc0146064387bb385fe363fa82dcc122a /api
parent7e5f02b7d4e3a1ddb66f35c399163b4e4064f0cc (diff)
Move offered RTP header extension types API.
Moved from ImsCallProfile to MmtelFeature. Test: Update CTS tests and unit tests. Bug: 163085177 Change-Id: I9b16b6b17beb1032469d19a214ada0476376d383
Diffstat (limited to 'api')
-rwxr-xr-xapi/system-current.txt3
1 files changed, 1 insertions, 2 deletions
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<java.lang.String> getEmergencyUrns();
method public android.telephony.ims.ImsStreamMediaProfile getMediaProfile();
- method @NonNull public java.util.Set<android.telephony.ims.RtpHeaderExtensionType> 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<java.lang.String>);
method public void setHasKnownUserIntentEmergency(boolean);
- method public void setOfferedRtpHeaderExtensionTypes(@NonNull java.util.Set<android.telephony.ims.RtpHeaderExtensionType>);
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<android.telephony.ims.RtpHeaderExtensionType>);
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();