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

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

Fix type of frequencyOffsetMps to use double

Bug: 179389247
Test: on cuttlefish

Change-Id: I3389a2986692e439469b618470ba6a325436a30f
parent 5f985651
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
package android.hardware.gnss;
@VintfStability
parcelable CorrelationVector {
  int frequencyOffsetMps;
  double frequencyOffsetMps;
  double samplingWidthM;
  double samplingStartM;
  int[] magnitude;
+2 −3
Original line number Diff line number Diff line
@@ -22,11 +22,10 @@ package android.hardware.gnss;
 */
@VintfStability
parcelable CorrelationVector {

    /**
     * Frequency offset from reported pseudorange rate for this Correlation Vector.
     */
    int frequencyOffsetMps;
    double frequencyOffsetMps;

    /**
     * Space between correlation samples in meters.