Merge "Update documentation for onDataProfileUnthrottled" am: fef5a2b0d0 am: 15ce37f61d am: 9f66f1551a am: 5091c416f3
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1970679 Change-Id: Ief72aa25736261229b89686de5536bec456a37c5
This commit is contained in:
@@ -261,9 +261,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}
|
||||
*
|
||||
@@ -284,9 +285,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}
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user