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

Commit fcb57d86 authored by Shinru Han's avatar Shinru Han
Browse files

Correct assistance API doc for QZSS almanac

Test: build
Bug: 420853647
Flag: EXEMPT API doc update only
Change-Id: Id079c0ddcfa0d9d272cfe1d18f0b790505fa62d6
parent 35aee866
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) {