summaryrefslogtreecommitdiff
path: root/location/java
diff options
context:
space:
mode:
authorYu-Han Yang <yuhany@google.com>2021-06-16 14:34:28 -0700
committerYu-Han Yang <yuhany@google.com>2021-06-16 14:34:28 -0700
commit327919c2dc71ad6a6b109f354ec4be89ab83612f (patch)
treebc0bd492a4a6ca4ab972f83e79dc75749e89cd1a /location/java
parent9a7763499c6703bb1cf3cfb75774f4fbfd474167 (diff)
Replace "satellite" with "satellite signal" in doc
Bug: 190263418 Test: doc update only Change-Id: I0bec883c5b64d3e9fb2b7e3436aef3cc58a7e53a
Diffstat (limited to 'location/java')
-rw-r--r--location/java/android/location/GnssMeasurement.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/location/java/android/location/GnssMeasurement.java b/location/java/android/location/GnssMeasurement.java
index f4466782ac8a..4cd3616566c2 100644
--- a/location/java/android/location/GnssMeasurement.java
+++ b/location/java/android/location/GnssMeasurement.java
@@ -363,9 +363,9 @@ public final class GnssMeasurement implements Parcelable {
}
/**
- * Gets per-satellite sync state.
+ * Gets per-satellite-signal sync state.
*
- * <p>It represents the current sync state for the associated satellite.
+ * <p>It represents the current sync state for the associated satellite signal.
*
* <p>This value helps interpret {@link #getReceivedSvTimeNanos()}.
*/