Improved the documentation
Added document for DataCallResponse.getSuggestedRetryTime(). Fix: 172894834 Test: Build Change-Id: I4aa5927a073a7f1701544244a31771af3412c688
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user