diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2021-06-18 16:02:27 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-06-18 16:02:27 +0000 |
commit | d0595d18d103fd7c35aecffacb81c71fe25b2d93 (patch) | |
tree | 401a04c30c32e5a5ac621aa15de5cffc1ac78216 /location/java | |
parent | 6d2dfdfc00051d9bc80b10ff5bcf69eab67f9bc2 (diff) | |
parent | 327919c2dc71ad6a6b109f354ec4be89ab83612f (diff) |
Merge "Replace "satellite" with "satellite signal" in doc" into sc-dev
Diffstat (limited to 'location/java')
-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()}. */ |