OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getaccumulateddeltarangeuncertaintymeters
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/location/src/android/location/cts/
GnssMeasurementTest.java
58
assertEquals(3.0, measurement.
getAccumulatedDeltaRangeUncertaintyMeters
());
TestMeasurementUtil.java
282
measurement.
getAccumulatedDeltaRangeUncertaintyMeters
();
[
all
...]
/frameworks/base/location/java/android/location/
GnssMeasurement.java
570
* <p>The error estimate for this value is {@link #
getAccumulatedDeltaRangeUncertaintyMeters
()}.
601
public double
getAccumulatedDeltaRangeUncertaintyMeters
() {
[
all
...]
Completed in 592 milliseconds