Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DGnssReflectingPlane.java35 private final double mLatitudeDegrees; field in GnssReflectingPlane
51 mLatitudeDegrees = builder.mLatitudeDegrees; in GnssReflectingPlane()
60 return mLatitudeDegrees; in getLatitudeDegrees()
115 builder.append(String.format(format, "LatitudeDegrees = ", mLatitudeDegrees)); in toString()
124 parcel.writeDouble(mLatitudeDegrees); in writeToParcel()
133 private double mLatitudeDegrees; field in GnssReflectingPlane.Builder
141 mLatitudeDegrees = latitudeDegrees; in setLatitudeDegrees()
DGnssMeasurementCorrections.java44 private final double mLatitudeDegrees; field in GnssMeasurementCorrections
102 mLatitudeDegrees = builder.mLatitudeDegrees; in GnssMeasurementCorrections()
120 return mLatitudeDegrees; in getLatitudeDegrees()
250 builder.append(String.format(format, "LatitudeDegrees = ", mLatitudeDegrees)); in toString()
274 parcel.writeDouble(mLatitudeDegrees); in writeToParcel()
294 private double mLatitudeDegrees; field in GnssMeasurementCorrections.Builder
309 mLatitudeDegrees = latitudeDegrees; in setLatitudeDegrees()