Fix documentation for Wifi ScanResult.timestamp

Bug: 14997906
Change-Id: Idfcf9ade905c7565cc1d59d15aa4362c1b597b72
This commit is contained in:
Vinit Deshpande
2014-09-19 14:23:25 -07:00
parent b6812b64c4
commit 02b115b2d8

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;