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

Commit 64386ca8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix type of frequencyOffsetMps to use double" into sc-dev

parents 62a65357 ef0fb1da
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.