diff options
author | Daniel Bright <dbright@google.com> | 2021-03-10 11:39:59 -0800 |
---|---|---|
committer | Daniel Bright <dbright@google.com> | 2021-03-10 11:39:59 -0800 |
commit | 58100f4d4cc27db2d4381705fe2c08aa039279a8 (patch) | |
tree | be9bc5799cb58e01ee8f50393975b4bb203b759c /core/api | |
parent | 0272e96327f70ad35fad3efb2e46b5a7ef986e0a (diff) |
Removed EpsQosSessionAttributes#onCreate
* The method EpsQosSessionAttributes#onCreate was not being used
Bug: 181562173
Test: m
Change-Id: I4321961f41c18f0abe6c5e837fe3c4a41beb63b7
Diffstat (limited to 'core/api')
-rw-r--r-- | core/api/system-current.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/api/system-current.txt b/core/api/system-current.txt index 505ac141158a..c56b2aa9b8af 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -10558,7 +10558,6 @@ package android.telephony.data { } public final class EpsBearerQosSessionAttributes implements android.os.Parcelable android.net.QosSessionAttributes { - method @NonNull public static android.telephony.data.EpsBearerQosSessionAttributes create(@NonNull android.os.Parcel); method public int describeContents(); method public long getGuaranteedDownlinkBitRate(); method public long getGuaranteedUplinkBitRate(); |