Merge "Update documentation for onDataProfileUnthrottled" am: fef5a2b0d0 am: 15ce37f61d

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

Change-Id: If2bd024187e75e7cee9bb8bd7544841bbf23a8e6
This commit is contained in:
Sarah Chin
2022-02-03 20:56:47 +00:00
committed by Automerger Merge Worker

View File

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