Searched defs:mAccumulatedDeltaRangeUncertaintyInMeters (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/location/java/android/location/
H A DGpsMeasurement.java41 private double mAccumulatedDeltaRangeUncertaintyInMeters; field in class:GpsMeasurement
199 mAccumulatedDeltaRangeUncertaintyInMeters =
200 measurement.mAccumulatedDeltaRangeUncertaintyInMeters;
493 return mAccumulatedDeltaRangeUncertaintyInMeters;
502 mAccumulatedDeltaRangeUncertaintyInMeters = value;
1176 gpsMeasurement.mAccumulatedDeltaRangeUncertaintyInMeters = parcel.readDouble();
1219 parcel.writeDouble(mAccumulatedDeltaRangeUncertaintyInMeters);
1289 mAccumulatedDeltaRangeUncertaintyInMeters));

Completed in 63 milliseconds