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

Commit 14d9b037 authored by Daniel Bright's avatar Daniel Bright Committed by Gerrit Code Review
Browse files

Merge "Hide NO_THROTTLE_EXPIRY_TIME"

parents 3deb2524 6bc0f7cd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -10756,7 +10756,6 @@ package android.telephony.data {
    method @NonNull public android.telephony.data.ApnThrottleStatus.Builder setSlotIndex(int);
    method @NonNull public android.telephony.data.ApnThrottleStatus.Builder setThrottleExpiryTimeMillis(long);
    method @NonNull public android.telephony.data.ApnThrottleStatus.Builder setTransportType(int);
    field public static final long NO_THROTTLE_EXPIRY_TIME = -1L; // 0xffffffffffffffffL
  }
  public final class DataCallResponse implements android.os.Parcelable {
+4 −0
Original line number Diff line number Diff line
@@ -261,6 +261,10 @@ public final class ApnThrottleStatus implements Parcelable {
        private long mThrottleExpiryTimeMillis;
        private @RetryType int mRetryType;
        private @ThrottleType int mThrottleType;

        /**
         * @hide
         */
        public static final long NO_THROTTLE_EXPIRY_TIME =
                DataCallResponse.RETRY_DURATION_UNDEFINED;