OSDN Git Service

Fix documentation for Wifi ScanResult.timestamp
authorVinit Deshpande <vinitd@google.com>
Fri, 19 Sep 2014 21:23:25 +0000 (14:23 -0700)
committerVinit Deshpande <vinitd@google.com>
Fri, 19 Sep 2014 21:23:25 +0000 (14:23 -0700)
Bug: 14997906
Change-Id: Idfcf9ade905c7565cc1d59d15aa4362c1b597b72

wifi/java/android/net/wifi/ScanResult.java

index e80a8f4..27c2541 100644 (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;