Merge "Fix documentation for Wifi ScanResult.timestamp" into lmp-dev

This commit is contained in:
Vinit Deshpande
2014-09-23 02:17:07 +00:00
committed by Android (Google) Code Review

View File

@@ -59,7 +59,7 @@ public class ScanResult implements Parcelable {
public int frequency;
/**
* Time Synchronization Function (tsf) timestamp in microseconds when
* timestamp in microseconds (since boot) when
* this result was last seen.
*/
public long timestamp;