diff options
| author | 2021-06-16 14:34:28 -0700 | |
|---|---|---|
| committer | 2021-06-16 14:34:28 -0700 | |
| commit | 327919c2dc71ad6a6b109f354ec4be89ab83612f (patch) | |
| tree | bc0bd492a4a6ca4ab972f83e79dc75749e89cd1a | |
| parent | 9a7763499c6703bb1cf3cfb75774f4fbfd474167 (diff) | |
Replace "satellite" with "satellite signal" in doc
Bug: 190263418
Test: doc update only
Change-Id: I0bec883c5b64d3e9fb2b7e3436aef3cc58a7e53a
| -rw-r--r-- | location/java/android/location/GnssMeasurement.java | 4 |
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()}. */ |