Improved the documentation

Added document for DataCallResponse.getSuggestedRetryTime().

Fix: 172894834
Test: Build
Change-Id: I4aa5927a073a7f1701544244a31771af3412c688
This commit is contained in:
Jack Yu
2020-12-04 01:01:55 -08:00
parent eeda14fbb2
commit aff37be323

View File

@@ -253,7 +253,9 @@ public final class DataCallResponse implements Parcelable {
public int getCause() { return mCause; }
/**
* @return The suggested data retry time in milliseconds.
* @return The suggested data retry time in milliseconds. 0 when network does not
* suggest a retry time (Note this is different from the replacement
* {@link #getRetryDurationMillis()}).
*
* @deprecated Use {@link #getRetryDurationMillis()} instead.
*/