From 416f3a106700126cd91be389b87f895127406907 Mon Sep 17 00:00:00 2001 From: Yu-Han Yang Date: Tue, 2 Feb 2021 13:34:05 -0800 Subject: [PATCH] Update Javadoc of AGC Bug: 179157665 Test: doc update only Change-Id: I024d39d51529d7d38a3515f6a826a6cafcb25008 --- location/java/android/location/GnssMeasurement.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/location/java/android/location/GnssMeasurement.java b/location/java/android/location/GnssMeasurement.java index 65a0110ad87eb..3dcaffbd27129 100644 --- a/location/java/android/location/GnssMeasurement.java +++ b/location/java/android/location/GnssMeasurement.java @@ -1380,10 +1380,9 @@ public final class GnssMeasurement implements Parcelable { * Gets the Automatic Gain Control level in dB. * *

AGC acts as a variable gain amplifier adjusting the power of the incoming signal. The AGC - * level may be used to indicate potential interference. When AGC is at a nominal level, this - * value must be set as 0. Higher gain (and/or lower input power) shall be output as a positive - * number. Hence in cases of strong jamming, in the band of this signal, this value will go more - * negative. + * level may be used to indicate potential interference. Higher gain (and/or lower input power) + * shall be output as a positive number. Hence in cases of strong jamming, in the band of this + * signal, this value will go more negative. * *

Note: Different hardware designs (e.g. antenna, pre-amplification, or other RF HW * components) may also affect the typical output of of this value on any given hardware design