summaryrefslogtreecommitdiff
path: root/location
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2023-01-05 22:11:06 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-01-05 22:11:06 +0000
commit404b71818eca4a90640f4c5450d9122fe992604d (patch)
treef74ea06b0ab348bc0ff9b582a1214e230c69ffd9 /location
parent8eebb5afc384c78b3920e0693e821b947e14118f (diff)
parent6c109ef89e241845ca155f202379078901dfde83 (diff)
Merge "Clarify javadoc of Full Tracking"
Diffstat (limited to 'location')
-rw-r--r--location/java/android/location/GnssMeasurementRequest.java7
-rw-r--r--location/java/android/location/GnssMeasurementsEvent.java7
2 files changed, 8 insertions, 6 deletions
diff --git a/location/java/android/location/GnssMeasurementRequest.java b/location/java/android/location/GnssMeasurementRequest.java
index 5cf10678622e..3813e97e04fc 100644
--- a/location/java/android/location/GnssMeasurementRequest.java
+++ b/location/java/android/location/GnssMeasurementRequest.java
@@ -76,9 +76,10 @@ public final class GnssMeasurementRequest implements Parcelable {
* <p>If true, GNSS chipset switches off duty cycling. In such a mode, no clock
* discontinuities are expected, and when supported, carrier phase should be continuous in
* good signal conditions. All non-blocklisted, healthy constellations, satellites and
- * frequency bands that the chipset supports must be reported in this mode. The GNSS chipset
- * will consume more power in full tracking mode than in duty cycling mode. If false, GNSS
- * chipset optimizes power via duty cycling, constellations and frequency limits, etc.
+ * frequency bands that are meaningful to positioning accuracy must be tracked and reported in
+ * this mode. The GNSS chipset will consume more power in full tracking mode than in duty
+ * cycling mode. If false, GNSS chipset optimizes power via duty cycling, constellations and
+ * frequency limits, etc.
*
* <p>Full GNSS tracking mode affects GnssMeasurement and other GNSS functionalities
* including GNSS location.
diff --git a/location/java/android/location/GnssMeasurementsEvent.java b/location/java/android/location/GnssMeasurementsEvent.java
index 8b96974f4d2e..d4b861fdb0c1 100644
--- a/location/java/android/location/GnssMeasurementsEvent.java
+++ b/location/java/android/location/GnssMeasurementsEvent.java
@@ -168,8 +168,8 @@ public final class GnssMeasurementsEvent implements Parcelable {
* True indicates that this event was produced while the chipset was in full tracking mode, ie,
* the GNSS chipset switched off duty cycling. In this mode, no clock discontinuities are
* expected and, when supported, carrier phase should be continuous in good signal conditions.
- * All non-blocklisted, healthy constellations, satellites and frequency bands must be tracked
- * and reported in this mode.
+ * All non-blocklisted, healthy constellations, satellites and frequency bands that are
+ * meaningful to positioning accuracy must be tracked and reported in this mode.
*
* False indicates that the GNSS chipset may optimize power via duty cycling, constellations and
* frequency limits, etc.
@@ -327,7 +327,8 @@ public final class GnssMeasurementsEvent implements Parcelable {
* mode, ie, the GNSS chipset switched off duty cycling. In this mode, no clock
* discontinuities are expected and, when supported, carrier phase should be continuous in
* good signal conditions. All non-blocklisted, healthy constellations, satellites and
- * frequency bands must be tracked and reported in this mode.
+ * frequency bands that are meaningful to positioning accuracy must be tracked and reported
+ * in this mode.
*
* False indicates that the GNSS chipset may optimize power via duty cycling, constellations
* and frequency limits, etc.