From 327919c2dc71ad6a6b109f354ec4be89ab83612f Mon Sep 17 00:00:00 2001 From: Yu-Han Yang Date: Wed, 16 Jun 2021 14:34:28 -0700 Subject: Replace "satellite" with "satellite signal" in doc Bug: 190263418 Test: doc update only Change-Id: I0bec883c5b64d3e9fb2b7e3436aef3cc58a7e53a --- location/java/android/location/GnssMeasurement.java | 4 ++-- 1 file 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. * - *

It represents the current sync state for the associated satellite. + *

It represents the current sync state for the associated satellite signal. * *

This value helps interpret {@link #getReceivedSvTimeNanos()}. */ -- cgit v1.2.3-59-g8ed1b