summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2020-11-12 22:12:41 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-11-12 22:12:41 +0000
commit8185680306c9ad5bbabb2f979d3641d016efb5de (patch)
tree7fab3d9791282e89861f42920d625497cb35c2b2 /api
parent83cc1b62f0e0c609a2d191c50c94143fb7ca7f00 (diff)
parent9da367ace4c7cbba946501faf84389daedc17275 (diff)
Merge "Move offered RTP header extension types API."
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 d93f14753673..dcffa06ead8f 100755
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -11819,7 +11819,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();
@@ -11841,7 +11840,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);
@@ -12350,6 +12348,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();