Home
last modified time | relevance | path

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

/aosp12/frameworks/base/location/java/android/location/
H A 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()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt25923 Landroid/location/GpsMeasurement;->mAccumulatedDeltaRangeUncertaintyInMeters:D