Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8b8cbc0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Clarify ISB sign in Javadoc" into sc-dev am: d582f3d1

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14328053

Change-Id: I678f3085b281b4371c16624555ef092d7ef278de
parents 362b4796 d582f3d1
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1530,6 +1530,10 @@ public final class GnssMeasurement implements Parcelable {
     *
     * <p>The value does not include the inter-frequency Ionospheric bias.
     *
     * <p>The sign of the value is defined by the following equation:
     * <pre>
     *     corrected pseudorange = raw pseudorange - FullInterSignalBiasNanos</pre>
     *
     * <p>The value is only available if {@link #hasFullInterSignalBiasNanos()} is {@code true}.
     */
    public double getFullInterSignalBiasNanos() {
@@ -1626,6 +1630,10 @@ public final class GnssMeasurement implements Parcelable {
     * type in {@link GnssClock#getReferenceConstellationTypeForIsb())</li>
     * </ul>
     *
     * <p>The sign of the value is defined by the following equation:
     * <pre>
     *     corrected pseudorange = raw pseudorange - SatelliteInterSignalBiasNanos</pre>
     *
     * <p>The value is only available if {@link #hasSatelliteInterSignalBiasNanos()} is {@code
     * true}.
     */