Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aff37be3 authored by Jack Yu's avatar Jack Yu
Browse files

Improved the documentation

Added document for DataCallResponse.getSuggestedRetryTime().

Fix: 172894834
Test: Build
Change-Id: I4aa5927a073a7f1701544244a31771af3412c688
parent eeda14fb
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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.
     */