OSDN Git Service

Fix typo in Galileo TOW flag
authorWyatt Riley <wyattriley@google.com>
Thu, 11 May 2017 17:06:47 +0000 (10:06 -0700)
committerWyatt Riley <wyattriley@google.com>
Thu, 11 May 2017 17:06:47 +0000 (10:06 -0700)
Test: Builds, code inspect it's just comments.
Change-Id: I014f9a418f8d2845fbdc83f79298fe9f604e5f80

location/java/android/location/GnssMeasurement.java

index de85c16..d24a477 100644 (file)
@@ -436,8 +436,8 @@ public final class GnssMeasurement implements Parcelable {
      *     E1BC code lock       : [ 0   4ms ]  : STATE_GAL_E1BC_CODE_LOCK is set
      *     E1C 2nd code lock    : [ 0 100ms ]  : STATE_GAL_E1C_2ND_CODE_LOCK is set
      *     E1B page             : [ 0    2s ]  : STATE_GAL_E1B_PAGE_SYNC is set
-     *     Time of week decoded : [ 0 1week ]  : STATE_GAL_TOW_DECODED is set
-     *     Time of week known   : [ 0 1week ]  : STATE_GAL_TOW_KNOWN set</pre>
+     *     Time of week decoded : [ 0 1week ]  : STATE_TOW_DECODED is set
+     *     Time of week known   : [ 0 1week ]  : STATE_TOW_KNOWN set</pre>
      *
      * Note: TOW Known refers to the case where TOW is possibly not decoded over the air but has
      * been determined from other sources. If TOW decoded is set then TOW Known must also be set.