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

Commit 5091c416 authored by Sarah Chin's avatar Sarah Chin Committed by Automerger Merge Worker
Browse files

Merge "Update documentation for onDataProfileUnthrottled" am: fef5a2b0 am:...

Merge "Update documentation for onDataProfileUnthrottled" am: fef5a2b0 am: 15ce37f6 am: 9f66f155

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

Change-Id: I8708556236494206d50bb1c106554f4f8a7e5ff8
parents 4756de1d 9f66f155
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -259,9 +259,10 @@ public class DataServiceCallback {
    }

    /**
     * Unthrottles the APN on the current transport.  There is no matching "APN throttle" method.
     * Instead, the APN is throttled when {@link IDataService#setupDataCall} fails within
     * the time specified by {@link DataCallResponse#getRetryDurationMillis}.
     * Unthrottles the APN on the current transport.
     * The APN is throttled when {@link IDataService#setupDataCall} fails within
     * the time specified by {@link DataCallResponse#getRetryDurationMillis} and will remain
     * throttled until this method is called.
     * <p/>
     * see: {@link DataCallResponse#getRetryDurationMillis}
     *
@@ -282,9 +283,9 @@ public class DataServiceCallback {

    /**
     * Unthrottles the DataProfile on the current transport.
     * There is no matching "DataProfile throttle" method.
     * Instead, the DataProfile is throttled when {@link IDataService#setupDataCall} fails within
     * the time specified by {@link DataCallResponse#getRetryDurationMillis}.
     * The DataProfile is throttled when {@link IDataService#setupDataCall} fails within
     * the time specified by {@link DataCallResponse#getRetryDurationMillis} and will remain
     * throttled until this method is called.
     * <p/>
     * see: {@link DataCallResponse#getRetryDurationMillis}
     *