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

Commit 73664efd authored by Daniel Bright's avatar Daniel Bright Committed by Automerger Merge Worker
Browse files

Merge "Update comments on onApnUnthrottled" am: 1bec754c am: bb58b8a8 am: 27a0642a

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I5e82b82be6bcc201829b6dbb17186b98f7862a77
parents da2faff5 27a0642a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -254,15 +254,15 @@ public class DataServiceCallback {
    }

    /**
     * The APN is throttled for the duration specified in
     * {@link DataCallResponse#getRetryDurationMillis}.  Calling this method unthrottles that
     * APN.
     * Unthrottles the APN on the current transport.  There is no matching "APN throttle" method.
     * Instead, the APN is throttled for the time specified in
     * {@link DataCallResponse#getRetryDurationMillis}.
     * <p/>
     * see: {@link DataCallResponse#getRetryDurationMillis}
     *
     * @param apn Access Point Name defined by the carrier.
     */
    public void onApnUnthrottled(@NonNull String apn) {
    public void onApnUnthrottled(final @NonNull String apn) {
        if (mCallback != null) {
            try {
                if (DBG) Rlog.d(TAG, "onApnUnthrottled");