summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-03-11 22:37:36 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-03-11 22:37:36 +0000
commit5967b657ef35512a7787a8b8a32e4e4c34dc23a2 (patch)
tree78ea5ecb69b7b17031e2c8f29388376737237eae
parent999506022f4d6e2d82d51f6c153865e39d385fa2 (diff)
parent58100f4d4cc27db2d4381705fe2c08aa039279a8 (diff)
Merge "Removed EpsQosSessionAttributes#onCreate"
-rw-r--r--core/api/system-current.txt1
-rw-r--r--telephony/java/android/telephony/data/EpsBearerQosSessionAttributes.java10
2 files changed, 0 insertions, 11 deletions
diff --git a/core/api/system-current.txt b/core/api/system-current.txt
index e4bd9ce48c40..a9e3fb54c7eb 100644
--- a/core/api/system-current.txt
+++ b/core/api/system-current.txt
@@ -10565,7 +10565,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();
diff --git a/telephony/java/android/telephony/data/EpsBearerQosSessionAttributes.java b/telephony/java/android/telephony/data/EpsBearerQosSessionAttributes.java
index 041edc00c4d2..406c38bf60ef 100644
--- a/telephony/java/android/telephony/data/EpsBearerQosSessionAttributes.java
+++ b/telephony/java/android/telephony/data/EpsBearerQosSessionAttributes.java
@@ -184,16 +184,6 @@ public final class EpsBearerQosSessionAttributes implements Parcelable, QosSessi
mRemoteAddresses = Collections.unmodifiableList(remoteAddresses);
}
- /**
- * Creates attributes based off of a parcel
- * @param in the parcel
- * @return the attributes
- */
- @NonNull
- public static EpsBearerQosSessionAttributes create(@NonNull final Parcel in) {
- return new EpsBearerQosSessionAttributes(in);
- }
-
@Override
public int describeContents() {
return 0;