Loading core/api/system-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -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(); telephony/java/android/telephony/data/EpsBearerQosSessionAttributes.java +0 −10 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
core/api/system-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -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();
telephony/java/android/telephony/data/EpsBearerQosSessionAttributes.java +0 −10 Original line number Diff line number Diff line Loading @@ -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; Loading