Merge "Removed EpsQosSessionAttributes#onCreate" am: 5967b657ef

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1626282

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I2a43814aa235b0e293a8d8e160bdb13aa161b599
This commit is contained in:
Treehugger Robot
2021-03-11 23:19:05 +00:00
committed by Automerger Merge Worker
2 changed files with 0 additions and 11 deletions

View File

@@ -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();

View File

@@ -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;