diff --git a/location/java/android/location/GnssStatus.java b/location/java/android/location/GnssStatus.java index 4a7990e7da3d0..60c7748a8dbfd 100644 --- a/location/java/android/location/GnssStatus.java +++ b/location/java/android/location/GnssStatus.java @@ -221,8 +221,7 @@ public final class GnssStatus { } /** - * Reports whether {@link #getCarrierFrequencyHz(int satIndex)} is available (i.e. carrier - * frequency is available for the satellite at the specified index). + * Reports whether a valid {@link #getCarrierFrequencyHz(int satIndex)} is available. * * @param satIndex the index of the satellite in the list. */