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

Commit 6401192d authored by Daniel Bright's avatar Daniel Bright
Browse files

Update comments on onApnUnthrottled

Bug: 175092152
Test: N/A
Change-Id: Ibe4ca4d9881f933affee4b138b980ca49deff15d
parent 0272e963
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");