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

Commit 4cbca454 authored by Shinru Han's avatar Shinru Han
Browse files

Fix typos in GNSS assistance AIDL.

Bug: 358381377
Test: atest VtsHalGnssTargetTest

Change-Id: I63522f97e6a44075245f0930c5f8bbb61d36fb2d
parent 8e62b7be
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