Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8de105cc authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Removed EpsQosSessionAttributes#onCreate" am: 5967b657 am: 0dd1a463

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I5324674f92f5229affc6af4735da73826c6572bc
parents bec7ce5c 0dd1a463
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -10565,7 +10565,6 @@ package android.telephony.data {
  }
  }
  public final class EpsBearerQosSessionAttributes implements android.os.Parcelable android.net.QosSessionAttributes {
  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 int describeContents();
    method public long getGuaranteedDownlinkBitRate();
    method public long getGuaranteedDownlinkBitRate();
    method public long getGuaranteedUplinkBitRate();
    method public long getGuaranteedUplinkBitRate();
+0 −10
Original line number Original line Diff line number Diff line
@@ -184,16 +184,6 @@ public final class EpsBearerQosSessionAttributes implements Parcelable, QosSessi
        mRemoteAddresses = Collections.unmodifiableList(remoteAddresses);
        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
    @Override
    public int describeContents() {
    public int describeContents() {
        return 0;
        return 0;