From b303bbf3fdee99c021fad1a595e0da4ea0c15cde Mon Sep 17 00:00:00 2001 From: Sarah Chin Date: Wed, 2 Feb 2022 23:35:21 -0800 Subject: [PATCH] Update documentation for onDataProfileUnthrottled Test: build Bug: 213174700 Change-Id: Ib3a6916fd8b16b0dca590766479e5a716b8602ea --- .../android/telephony/data/DataServiceCallback.java | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/telephony/java/android/telephony/data/DataServiceCallback.java b/telephony/java/android/telephony/data/DataServiceCallback.java index 051d6c5d5ec09..13d8c7b9c9153 100644 --- a/telephony/java/android/telephony/data/DataServiceCallback.java +++ b/telephony/java/android/telephony/data/DataServiceCallback.java @@ -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. *

* 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. *

* see: {@link DataCallResponse#getRetryDurationMillis} *