Searched refs:mCorrections (Results 1 – 1 of 1) sorted by relevance
219 private final double[][] mCorrections; field in GnssAntennaInfo.SphericalCorrections239 mCorrections = corrections; in SphericalCorrections()261 mCorrections = corrections; in SphericalCorrections()280 return mCorrections; in getCorrectionsArray()341 dest.writeDouble(mCorrections[row][col]); in writeToParcel()350 + "Corrections=" + Arrays.deepToString(mCorrections) in toString()368 && Arrays.deepEquals(mCorrections, that.mCorrections) in equals()374 int result = Arrays.deepHashCode(mCorrections); in hashCode()