Merge "Fix javadoc to clearly express units and base for time value." into oc-dev
am: 0a001ed37f
Change-Id: I923e0ef23804d56214ac4454ef181eea20994f03
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user