Merge "Clarify javadoc of Full Tracking"

This commit is contained in:
TreeHugger Robot
2023-01-05 22:11:06 +00:00
committed by Android (Google) Code Review
2 changed files with 8 additions and 6 deletions

View File

@@ -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.

View File

@@ -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.