Loading telephony/java/android/telephony/data/DataServiceCallback.java +7 −6 Original line number Diff line number Diff line Loading @@ -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} * Loading @@ -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} * Loading Loading
telephony/java/android/telephony/data/DataServiceCallback.java +7 −6 Original line number Diff line number Diff line Loading @@ -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} * Loading @@ -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} * Loading