OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCarrierPhaseUncertainty
(Results
1 - 7
of
7
) sorted by null
/cts/tests/tests/location/src/android/location/cts/
GnssMeasurementTest.java
62
assertEquals(7.0, measurement.
getCarrierPhaseUncertainty
());
TestMeasurementUtil.java
232
String.valueOf(measurement.
getCarrierPhaseUncertainty
()),
233
measurement.
getCarrierPhaseUncertainty
() > 0.0);
[
all
...]
/frameworks/base/location/java/android/location/
GnssMeasurement.java
711
* <p>The error estimate for this value is {@link #
getCarrierPhaseUncertainty
()}.
740
* Returns {@code true} if {@link #
getCarrierPhaseUncertainty
()} is available, {@code false}
754
public double
getCarrierPhaseUncertainty
() {
[
all
...]
GpsMeasurement.java
719
* The reported carrier-phase includes {@link #
getCarrierPhaseUncertainty
()}.
744
* Returns true if {@link #
getCarrierPhaseUncertainty
()} is available, false otherwise.
756
public double
getCarrierPhaseUncertainty
() {
[
all
...]
/prebuilts/sdk/system_current/
android.jar
/prebuilts/sdk/24/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 157 milliseconds