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

Commit 90c8972a authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Fix javadoc to clearly express units and base for time value."...

Merge "Merge "Fix javadoc to clearly express units and base for time value." into oc-dev am: 0a001ed3 am: 31f94f28"
parents 68a3f53f b8349c7f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -89,8 +89,9 @@ public final class SystemUpdateInfo implements Parcelable {
    }

    /**
     * Gets time when the update was first available.
     * @return Time as given by {@link System#currentTimeMillis()}
     * Gets time when the update was first available in milliseconds since midnight, January 1,
     * 1970 UTC.
     * @return Time in milliseconds as given by {@link System#currentTimeMillis()}
     */
    public long getReceivedTime() {
        return mReceivedTime;