Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DGpsMeasurement.java45 private double mAccumulatedDeltaRangeUncertaintyInMeters; field in GpsMeasurement
203 mAccumulatedDeltaRangeUncertaintyInMeters = in set()
204 measurement.mAccumulatedDeltaRangeUncertaintyInMeters; in set()
497 return mAccumulatedDeltaRangeUncertaintyInMeters; in getAccumulatedDeltaRangeUncertaintyInMeters()
506 mAccumulatedDeltaRangeUncertaintyInMeters = value; in setAccumulatedDeltaRangeUncertaintyInMeters()
1180 gpsMeasurement.mAccumulatedDeltaRangeUncertaintyInMeters = parcel.readDouble();
1223 parcel.writeDouble(mAccumulatedDeltaRangeUncertaintyInMeters); in writeToParcel()
1294 mAccumulatedDeltaRangeUncertaintyInMeters)); in toString()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt23045 Landroid/location/GpsMeasurement;->mAccumulatedDeltaRangeUncertaintyInMeters:D