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

Commit 3812dbfe authored by Shinru Han's avatar Shinru Han Committed by Android (Google) Code Review
Browse files

Merge "Correct assistance API doc for QZSS almanac" into main

parents a9995ca9 fcb57d86
Loading
Loading
Loading
Loading
+12 −10
Original line number Diff line number Diff line
@@ -318,10 +318,11 @@ public final class GnssAlmanac implements Parcelable {
        /**
         * Inclination in semi-circles.
         *
         * <p>For GPS and Galileo, this is the difference between the inclination angle at reference
         * time and the nominal inclination in semi-circles.
         * <p>For GPS, QZSS(QZO) and Galileo, this is the difference between the inclination angle
         * at referencetime and the nominal inclination in semi-circles.
         *
         * <p>For Beidou and QZSS, this is the inclination angle at reference time in semi-circles.
         * <p>For Beidou and QZSS(GEO/QGEO), this is the inclination angle at reference time
         * in semi-circles.
         */
        private final double mInclination;

@@ -419,10 +420,11 @@ public final class GnssAlmanac implements Parcelable {
        /**
         * Returns the inclination in semi-circles.
         *
         * <p>For GPS and Galileo, this is the difference between the inclination angle at reference
         * time and the nominal inclination in semi-circles.
         * <p>For GPS, QZSS(QZO) and Galileo, this is the difference between the inclination angle
         * at reference time and the nominal inclination in semi-circles.
         *
         * <p>For Beidou and QZSS, this is the inclination angle at reference time in semi-circles.
         * <p>For Beidou and QZSS(GEO/QGEO), this is the inclination angle at reference time in
         * semi-circles.
         */
        @FloatRange(from = -1.0f, to = 1.0f)
        public double getInclination() {
@@ -605,11 +607,11 @@ public final class GnssAlmanac implements Parcelable {
            /**
             * Sets the inclination in semi-circles.
             *
             * <p>For GPS and Galileo, this is the difference between the inclination angle at
             * reference time and the nominal inclination in semi-circles.
             * <p>For GPS, QZSS(QZO) and Galileo, this is the difference between the inclination
             * angle at reference time and the nominal inclination in semi-circles.
             *
             * <p>For Beidou and QZSS, this is the inclination angle at reference time in
             * semi-circles.
             * <p>For Beidou and QZSS(GEO/QGEO), this is the inclination angle at reference time
             * in semi-circles.
             */
            @NonNull
            public Builder setInclination(@FloatRange(from = -1.0f, to = 1.0f) double inclination) {