OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCarrierPhase
(Results
1 - 7
of
7
) sorted by null
/cts/tests/tests/location/src/android/location/cts/
GnssMeasurementTest.java
61
assertEquals(6.0, measurement.
getCarrierPhase
());
TestMeasurementUtil.java
222
String.valueOf(measurement.
getCarrierPhase
()),
223
measurement.
getCarrierPhase
() >= 0.0 && measurement.
getCarrierPhase
() <= 1.0);
[
all
...]
/frameworks/base/location/java/android/location/
GnssMeasurement.java
576
* {@link #
getCarrierPhase
()} is given by the equation:
696
* Returns {@code true} if {@link #
getCarrierPhase
()} is available, {@code false} otherwise.
715
public double
getCarrierPhase
() {
[
all
...]
GpsMeasurement.java
472
* {@link #
getCarrierPhase
()} is given by the equation:
707
* Returns true if {@link #
getCarrierPhase
()} is available, false otherwise.
723
public double
getCarrierPhase
() {
[
all
...]
/prebuilts/sdk/system_current/
android.jar
/prebuilts/sdk/24/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 177 milliseconds