Searched refs:mCorrections (Results 1 – 1 of 1) sorted by relevance
169 private final double[][] mCorrections; field in GnssAntennaInfo.SphericalCorrections194 mCorrections = corrections; in SphericalCorrections()219 mCorrections = corrections; in SphericalCorrections()240 return mCorrections; in getCorrectionsArray()299 for (double[] row: mCorrections) { in writeToParcel()310 + "Corrections=" + Arrays.toString(mCorrections) in toString()