OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accumulateddeltarangestate
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/location/src/android/location/cts/
TestMeasurementUtil.java
265
int
accumulatedDeltaRangeState
= measurement.getAccumulatedDeltaRangeState();
270
String.valueOf(
accumulatedDeltaRangeState
),
271
accumulatedDeltaRangeState
>= 0 &&
accumulatedDeltaRangeState
<= 7);
272
if (
accumulatedDeltaRangeState
> 0) {
[
all
...]
/frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp
[
all
...]
/frameworks/base/location/java/android/location/
GnssMeasurement.java
941
"
AccumulatedDeltaRangeState
",
[
all
...]
GpsMeasurement.java
[
all
...]
Completed in 178 milliseconds