Home
last modified time | relevance | path

Searched refs:mCorrections (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/location/java/android/location/
H A DGnssAntennaInfo.java216 private final double[][] mCorrections; field in GnssAntennaInfo.SphericalCorrections
236 mCorrections = corrections; in SphericalCorrections()
258 mCorrections = corrections; in SphericalCorrections()
277 return mCorrections; in getCorrectionsArray()
338 dest.writeDouble(mCorrections[row][col]); in writeToParcel()
347 + "Corrections=" + Arrays.toString(mCorrections) in toString()
365 && Arrays.deepEquals(mCorrections, that.mCorrections) in equals()
371 int result = Arrays.deepHashCode(mCorrections); in hashCode()