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

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

Merge "Fix typos in GNSS assistance AIDL." into main

parents 56e9ddea 4cbca454
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ parcelable GnssAssistance {
  @VintfStability
  parcelable GnssSatelliteCorrections {
    int svid;
    android.hardware.gnss.gnss_assistance.IonosphericCorrection[] inonosphericCorrections;
    android.hardware.gnss.gnss_assistance.IonosphericCorrection[] ionosphericCorrections;
  }
  @VintfStability
  parcelable GpsAssistance {
+1 −1
Original line number Diff line number Diff line
@@ -36,5 +36,5 @@ package android.hardware.gnss.gnss_assistance;
@VintfStability
parcelable IonosphericCorrection {
  long carrierFrequencyHz;
  android.hardware.gnss.gnss_assistance.GnssCorrectionComponent ionosphericCorrection;
  android.hardware.gnss.gnss_assistance.GnssCorrectionComponent ionosphericCorrectionComponent;
}
+2 −2
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ parcelable GnssAssistance {
         * OSN number for Glonass. The distinction is made by looking at the constellation field.
         * Values must be in the range of:
         *
         * - GNSS:    1-32
         * - GPS:    1-32
         * - GLONASS: 1-25
         * - QZSS:    183-206
         * - Galileo: 1-36
@@ -55,7 +55,7 @@ parcelable GnssAssistance {
        int svid;

        /** Ionospheric corrections */
        IonosphericCorrection[] inonosphericCorrections;
        IonosphericCorrection[] ionosphericCorrections;
    }

    /** Contains GPS assistance. */
+2 −2
Original line number Diff line number Diff line
@@ -31,6 +31,6 @@ parcelable IonosphericCorrection {
     */
    long carrierFrequencyHz;

    /** Ionospheric correction. */
    GnssCorrectionComponent ionosphericCorrection;
    /** Ionospheric correction component. */
    GnssCorrectionComponent ionosphericCorrectionComponent;
}
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ parcelable RealTimeIntegrityModel {
     * OSN number for Glonass. The distinction is made by looking at the constellation field.
     * Values must be in the range of:
     *
     * - GNSS:    1-32
     * - GPS:    1-32
     * - GLONASS: 1-25
     * - QZSS:    183-206
     * - Galileo: 1-36